We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823fa4b commit c9b6f7fCopy full SHA for c9b6f7f
.github/workflows/llvm.yml
@@ -25,6 +25,19 @@ jobs:
25
- uses: actions/checkout@v4
26
- uses: lukka/get-cmake@latest
27
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
+
41
- name: Install cross compilers
42
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.platform, 'arm64')
43
run: sudo apt install -y g++-aarch64-linux-gnu gcc-aarch64-linux-gnu
0 commit comments