Skip to content

Commit

Permalink
Try to solve disk space issues on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Feb 18, 2023
1 parent d596a3c commit 42b628b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ci-prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,13 @@ time docker rmi node:14 node:16 node:18 buildpack-deps:buster buildpack-deps:bul
time sudo rm -rf /usr/share/dotnet
# That is 1.7G
time sudo rm -rf /usr/share/swift
# Remove Android
time sudo rm -rf /usr/local/lib/android
# Remove Haskell
time sudo rm -rf /opt/ghc

docker images

df -h

du -sh /opt/*

0 comments on commit 42b628b

Please sign in to comment.