We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383fb46 commit af85033Copy full SHA for af85033
.github/workflows/pull_request.yml
@@ -44,7 +44,7 @@ jobs:
44
df -h
45
# brings available space from 25G to 32G
46
# otherwise we sometimes run out of space during the build
47
- sudo rm -rf /usr/share/miniconda /usr/share/az* /usr/share/glade* /usr/local/share/chromium /usr/local/share/powershell /usr/share/dotnet /opt/ghc /opt/hostedtoolcache/CodeQL
+ sudo rm -rf /usr/share/miniconda /usr/share/az* /usr/share/glade* /usr/local/share/chromium /usr/local/share/powershell /usr/share/dotnet /opt/ghc /opt/hostedtoolcache /usr/local/graalvm/ /usr/local/.ghcup/ /usr/local/lib/node_modules /usr/local/share/boost
48
sudo docker image prune --all --force
49
sudo docker builder prune -a
50
0 commit comments