We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3557c commit b9bd21cCopy full SHA for b9bd21c
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Check disk space
25
run: df . -h
26
- name: Free disk space
27
- run: |
+ run: |
28
sudo docker rmi $(docker image ls -aq) >/dev/null 2>&1 || true
29
sudo rm -rf \
30
/usr/share/dotnet /usr/local/lib/android /opt/ghc \
0 commit comments