Skip to content

Commit 6013fb1

Browse files
committed
CI: Remove "Free disk space on runner" job
1 parent 27b2ba6 commit 6013fb1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/linux_builds.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@ 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-
124118
- name: Restore Godot build cache
125119
uses: ./.github/actions/godot-cache-restore
126120
with:

0 commit comments

Comments
 (0)