We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83ab34 commit 39ecb09Copy full SHA for 39ecb09
.github/workflows/pythonapp.yml
@@ -137,6 +137,14 @@ jobs:
137
QUICKTEST: True
138
shell: bash
139
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
+
148
- uses: actions/checkout@v6
149
with:
150
fetch-depth: 0
0 commit comments