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 c16113b commit 9e2c161Copy full SHA for 9e2c161
.github/workflows/continuous-integration.yml
@@ -196,7 +196,7 @@ jobs:
196
sudo rm -rf /usr/local/share/powershell
197
198
# Remove CodeQL and other toolcaches
199
- sudo rm -rf /opt/hostedtoolcache
+ sudo find /opt/hostedtoolcache -mindepth 1 ! -path "/opt/hostedtoolcache/Java_Corretto_jdk/17.0.17-10.1/x64*" -exec rm -rf {} +
200
201
df -h
202
0 commit comments