Update main.yml

This commit is contained in:
tmayoff-hh 2025-03-20 09:57:39 -04:00 committed by GitHub
parent 8060a101dc
commit 8c10a64e58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,14 +12,15 @@ jobs:
steps: steps:
- name: Maximize build space - name: Maximize build space
uses: easimon/maximize-build-space@master shell: bash
with: run: |
root-reserve-mb: 512 df -h
swap-size-mb: 1024 sudo rm -rf /usr/share/dotnet
remove-dotnet: 'true' sudo rm -rf /usr/local/lib/android
remove-android: 'true' sudo rm -rf /opt/ghc
- run: | sudo rm -rf /opt/hostedtoolcache/CodeQL
echo "Free space:" sudo docker image prune --all --force
sudo docker builder prune -a
df -h df -h
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16 - uses: DeterminateSystems/nix-installer-action@v16