Skip to content

Commit f6f530b

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

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/llvm.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ jobs:
2929
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.platform, 'arm64')
3030
run: sudo apt install -y g++-aarch64-linux-gnu gcc-aarch64-linux-gnu
3131

32+
- name: Free Disk Space (Ubuntu)
33+
if: startsWith(matrix.os, 'ubuntu')
34+
uses: insightsengineering/disk-space-reclaimer@v1
35+
with:
36+
android: true
37+
dotnet: true
38+
haskell: true
39+
large-packages: true
40+
swap-storage: true
41+
docker-images: true
42+
tools-cache: true
43+
3244
- name: Clone LLVM
3345
shell: bash
3446
run: build/build.sh clone_llvm

0 commit comments

Comments
 (0)