mirror of
https://github.com/Earth-Genesis-Games/Ajedrez_Purgatorio.git
synced 2026-09-11 09:47:35 +00:00
ci: free runner disk space before Unity docker pull (no space left on device)
This commit is contained in:
@@ -23,6 +23,20 @@ jobs:
|
|||||||
- name: Checkout LFS objects
|
- name: Checkout LFS objects
|
||||||
run: git lfs checkout
|
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
|
- name: Cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user