Skip to content

Commit 392be61

Browse files
committed
Remove more stuff
1 parent 5b293dc commit 392be61

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ jobs:
1616
- name: Free additional disk space
1717
run: |
1818
df -h
19-
rm -rf /opt/hostedtoolcache/
19+
echo "Removing android..."
20+
rm -rf /usr/local/lib/android
21+
echo "Removing dotnet..."
22+
rm -rf /usr/share/dotnet
23+
echo "Removing haskell"
24+
rm -rf /opt/ghc
25+
echo "Removing tool cache..."
26+
rm -rf /opt/hostedtoolcache
2027
df -h
2128
- name: Checkout
2229
uses: actions/checkout@v4
@@ -48,7 +55,14 @@ jobs:
4855
- name: Free additional disk space
4956
run: |
5057
df -h
51-
rm -rf /opt/hostedtoolcache/
58+
echo "Removing android..."
59+
rm -rf /usr/local/lib/android
60+
echo "Removing dotnet..."
61+
rm -rf /usr/share/dotnet
62+
echo "Removing haskell"
63+
rm -rf /opt/ghc
64+
echo "Removing tool cache..."
65+
rm -rf /opt/hostedtoolcache
5266
df -h
5367
- name: Checkout
5468
uses: actions/checkout@v4

0 commit comments

Comments
 (0)