Skip to content

Commit c3af4d0

Browse files
Free Up VM Space
Remove unused libraries.
1 parent df51c37 commit c3af4d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/CI-full.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ jobs:
1212
build:
1313
runs-on: ubuntu-22.04
1414
steps:
15+
- name: Free up VM's disk space
16+
run: |
17+
sudo rm -rf /usr/local/lib/android
18+
sudo rm -rf /usr/local/.ghcup
19+
sudo rm -rf /usr/share/dotnet
20+
sudo rm -rf /usr/share/swift
21+
sudo apt-get clean
1522
- uses: actions/checkout@v4
1623
- name: Get the VCell version from tags
1724
id: version

0 commit comments

Comments
 (0)