Browse Source

Free disk space in LLVM Ubuntu workflow.

update-llvm-workflow
tritao 5 months ago
parent
commit
f6f530bc53
  1. 12
      .github/workflows/llvm.yml

12
.github/workflows/llvm.yml

@ -29,6 +29,18 @@ jobs: @@ -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

Loading…
Cancel
Save