diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 63c2e5d685b..39f4f0b67eb 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -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: