Skip to content

Commit 80ab3f6

Browse files
author
metworkbot
committed
build: sync common files from github_organization_management repository
1 parent dafc672 commit 80ab3f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Aggressive cleanup
3737
#from https://dev.to/mathio/squeezing-disk-space-from-github-actions-runners-an-engineers-guide-3pjg
3838
run: |
39+
echo "available disk before"
3940
df -h
4041
# Remove Java (JDKs)
4142
sudo rm -rf /usr/lib/jvm
@@ -59,6 +60,7 @@ jobs:
5960
sudo rm -rf /usr/local/share/powershell
6061
# Remove CodeQL and other toolcaches
6162
sudo rm -rf /opt/hostedtoolcache
63+
echo "available disk after"
6264
df -h
6365
6466
- name: checkout

0 commit comments

Comments
 (0)