mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05:00
Revert "CI: Remove "Free disk space on runner" job"
This reverts commit 6013fb1fb9.
This commit is contained in:
6
.github/workflows/linux_builds.yml
vendored
6
.github/workflows/linux_builds.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user