Skip to content

Commit a210fe6

Browse files
committed
Revert "CI: Remove "Free disk space on runner" job"
This reverts commit 6013fb1.
1 parent 4b36c04 commit a210fe6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/linux_builds.yml

+6
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ jobs:
115115
run: |
116116
sudo apt-get install libwayland-bin
117117
118+
- name: Free disk space on runner
119+
run: |
120+
echo "Disk usage before:" && df -h
121+
sudo rm -rf /usr/local/lib/android
122+
echo "Disk usage after:" && df -h
123+
118124
- name: Restore Godot build cache
119125
uses: ./.github/actions/godot-cache-restore
120126
with:

0 commit comments

Comments
 (0)