Clean up more disk space

This commit is contained in:
Kishor Prins 2025-06-29 10:57:24 -07:00
parent ce3cd62ee5
commit 5622fd424e

View file

@ -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