Skip to content

Commit a714374

Browse files
committed
Try freeing disk space
1 parent 8551570 commit a714374

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/swift_package_test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,14 @@ jobs:
611611
df -h
612612
# need to free space or the emulator runs out
613613
rm -rf /opt/microsoft /opt/google /opt/az /opt/ghc /usr/share/dotnet /usr/local/share/boost /opt/hostedtoolcache /usr/local/share/chromium
614+
rm -rf /__t/PyPy /__t/Ruby /__t/go /__t/node /usr/bin/docc /__t/CodeQ /__t/Python
615+
echo "du top-level"
616+
du -skhc / || true
617+
echo "du second level"
618+
du -skhc /* || true
619+
echo "du this level"
620+
du -skhc /* || true
621+
614622
du -skh /*/*/* || true
615623
df -h
616624
- name: Checkout repository

0 commit comments

Comments
 (0)