ci: free runner disk space before Unity docker pull (no space left on device)

This commit is contained in:
2026-08-25 22:07:07 -03:00
parent 229111a5ad
commit a732464614
+14
View File
@@ -23,6 +23,20 @@ jobs:
- name: Checkout LFS objects
run: git lfs checkout
- name: Free disk space
run: |
sudo rm -rf /usr/local/lib/android \
/usr/share/dotnet \
/usr/local/.ghc \
/opt/ghc \
/usr/local/share/boost \
/usr/lib/jvm \
/opt/hostedtoolcache/CodeQL \
/usr/local/swift \
/usr/share/php || true
sudo docker image prune -af || true
df -h /
- name: Cache
uses: actions/cache@v4
with: