CI: Remove "Free disk space on runner" job

This commit is contained in:
Thaddeus Crews 2025-04-04 14:15:31 -05:00
parent 27b2ba667c
commit 6013fb1fb9
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC

View file

@ -115,12 +115,6 @@ 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: