Skip to content

Commit

Permalink
Free disk space in LLVM Ubuntu workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Feb 4, 2025
1 parent 823fa4b commit f6f530b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ jobs:
if: startsWith(matrix.os, 'ubuntu') && startsWith(matrix.platform, 'arm64')
run: sudo apt install -y g++-aarch64-linux-gnu gcc-aarch64-linux-gnu

- name: Free Disk Space (Ubuntu)
if: startsWith(matrix.os, 'ubuntu')
uses: insightsengineering/disk-space-reclaimer@v1
with:
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
docker-images: true
tools-cache: true

- name: Clone LLVM
shell: bash
run: build/build.sh clone_llvm
Expand Down

0 comments on commit f6f530b

Please sign in to comment.