Revert "CI: Remove "Free disk space on runner" job"

This reverts commit 6013fb1fb9.
This commit is contained in:
Thaddeus Crews 2025-04-05 08:54:37 -05:00
parent 4b36c0491e
commit a210fe6dbd
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -115,6 +115,12 @@ jobs:
run: |
sudo apt-get install libwayland-bin
- name: Free disk space on runner
run: |
echo "Disk usage before:" && df -h
sudo rm -rf /usr/local/lib/android
echo "Disk usage after:" && df -h
- name: Restore Godot build cache
uses: ./.github/actions/godot-cache-restore
with: