Skip to content

Commit 39ecb09

Browse files
committed
Missed one
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent d83ab34 commit 39ecb09

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pythonapp.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ jobs:
137137
QUICKTEST: True
138138
shell: bash
139139
steps:
140+
- name: Clean unused tools
141+
run: |
142+
find /opt/hostedtoolcache/* -maxdepth 0 ! -name 'Python' -exec rm -rf {} \;
143+
sudo rm -rf /usr/share/dotnet
144+
sudo rm -rf /usr/local/lib/android
145+
sudo rm -rf /opt/ghc /usr/local/.ghcup
146+
sudo docker system prune -f
147+
140148
- uses: actions/checkout@v6
141149
with:
142150
fetch-depth: 0

0 commit comments

Comments
 (0)