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