Skip to content

Commit faf6bd9

Browse files
committed
remove more
Signed-off-by: yoshidan <[email protected]>
1 parent 1e6d60c commit faf6bd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
fetch-depth: 0
1919
- name: Clean up unnecessary packages
2020
run: |
21+
sudo rm -rf "/usr/share/dotnet" || true
22+
sudo rm -rf "/usr/local/lib/android" || true
23+
sudo rm -rf "/usr/local/share/boost" || true
2124
docker system prune -a --volumes -f
2225
- uses: actions/setup-go@v5
2326
with:

0 commit comments

Comments
 (0)