We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823fa4b commit f6f530bCopy full SHA for f6f530b
.github/workflows/llvm.yml
@@ -29,6 +29,18 @@ jobs:
29
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.platform, 'arm64')
30
run: sudo apt install -y g++-aarch64-linux-gnu gcc-aarch64-linux-gnu
31
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
+
44
- name: Clone LLVM
45
shell: bash
46
run: build/build.sh clone_llvm
0 commit comments