mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Clean up more disk space
This commit is contained in:
parent
ce3cd62ee5
commit
5622fd424e
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -59,8 +59,9 @@ jobs:
|
|||
echo "Listing current disk space"
|
||||
df -h
|
||||
echo "Cleaning up disk space..."
|
||||
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache
|
||||
docker system prune -af
|
||||
sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache /usr/local/share/boost
|
||||
sudo docker system prune -af
|
||||
sudo docker builder prune -a
|
||||
echo "Disk space after cleanup"
|
||||
df -h
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue