Skip to content

Commit 3305b19

Browse files
author
Arjun Balaji
committed
clean up disk + check amt of free space
1 parent a4b7387 commit 3305b19

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/terminal-bench.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ jobs:
2929
id-token: write
3030
contents: read
3131
steps:
32+
- name: Cleanup and free disk space
33+
run: |
34+
sudo rm -rf /usr/share/dotnet
35+
sudo rm -rf /opt/ghc
36+
sudo rm -rf "/usr/local/share/boost"
37+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
38+
sudo rm -rf /usr/local/lib/android
39+
sudo rm -rf /usr/share/swift
40+
df -h
41+
3242
- name: Checkout repository
3343
uses: actions/checkout@v4
3444

0 commit comments

Comments
 (0)