We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8551570 commit a714374Copy full SHA for a714374
1 file changed
.github/workflows/swift_package_test.yml
@@ -611,6 +611,14 @@ jobs:
611
df -h
612
# need to free space or the emulator runs out
613
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
621
+
622
du -skh /*/*/* || true
623
624
- name: Checkout repository
0 commit comments