Skip to content

Commit c9b6f7f

Browse files
committed
Free disk space in LLVM Ubuntu workflow.
1 parent 823fa4b commit c9b6f7f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/llvm.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: lukka/get-cmake@latest
2727

28+
- name: Free Disk Space (Ubuntu)
29+
if: startsWith(matrix.os, 'ubuntu')
30+
uses: insightsengineering/disk-space-reclaimer@v1
31+
with:
32+
tools-cache: false
33+
android: true
34+
dotnet: true
35+
haskell: true
36+
large-packages: true
37+
swap-storage: true
38+
docker-images: true
39+
tools-cache: true
40+
2841
- name: Install cross compilers
2942
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.platform, 'arm64')
3043
run: sudo apt install -y g++-aarch64-linux-gnu gcc-aarch64-linux-gnu

0 commit comments

Comments
 (0)