Skip to content

Commit ea439f7

Browse files
committed
Remove more stuff
1 parent 5b293dc commit ea439f7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ jobs:
1616
- name: Free additional disk space
1717
run: |
1818
df -h
19-
rm -rf /opt/hostedtoolcache/
19+
rm -rf /opt/ghc
20+
rm -rf /opt/hostedtoolcache
21+
rm -rf /usr/local/.ghcup
22+
rm -rf /usr/local/lib/android
23+
rm -rf /usr/share/dotnet
2024
df -h
2125
- name: Checkout
2226
uses: actions/checkout@v4
@@ -48,7 +52,11 @@ jobs:
4852
- name: Free additional disk space
4953
run: |
5054
df -h
51-
rm -rf /opt/hostedtoolcache/
55+
rm -rf /opt/ghc
56+
rm -rf /opt/hostedtoolcache
57+
rm -rf /usr/local/.ghcup
58+
rm -rf /usr/local/lib/android
59+
rm -rf /usr/share/dotnet
5260
df -h
5361
- name: Checkout
5462
uses: actions/checkout@v4

0 commit comments

Comments
 (0)