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 dafc672 commit 80ab3f6Copy full SHA for 80ab3f6
.github/workflows/ci.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Aggressive cleanup
37
#from https://dev.to/mathio/squeezing-disk-space-from-github-actions-runners-an-engineers-guide-3pjg
38
run: |
39
+ echo "available disk before"
40
df -h
41
# Remove Java (JDKs)
42
sudo rm -rf /usr/lib/jvm
@@ -59,6 +60,7 @@ jobs:
59
60
sudo rm -rf /usr/local/share/powershell
61
# Remove CodeQL and other toolcaches
62
sudo rm -rf /opt/hostedtoolcache
63
+ echo "available disk after"
64
65
66
- name: checkout
0 commit comments