mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Revert "CI: Remove "Free disk space on runner" job"
This reverts commit 6013fb1fb9
.
This commit is contained in:
parent
4b36c0491e
commit
a210fe6dbd
1 changed files with 6 additions and 0 deletions
6
.github/workflows/linux_builds.yml
vendored
6
.github/workflows/linux_builds.yml
vendored
|
@ -115,6 +115,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install libwayland-bin
|
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
|
- name: Restore Godot build cache
|
||||||
uses: ./.github/actions/godot-cache-restore
|
uses: ./.github/actions/godot-cache-restore
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue