Skip to content

Commit 9e2c161

Browse files
committed
keep java
1 parent c16113b commit 9e2c161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
sudo rm -rf /usr/local/share/powershell
197197
198198
# Remove CodeQL and other toolcaches
199-
sudo rm -rf /opt/hostedtoolcache
199+
sudo find /opt/hostedtoolcache -mindepth 1 ! -path "/opt/hostedtoolcache/Java_Corretto_jdk/17.0.17-10.1/x64*" -exec rm -rf {} +
200200
201201
df -h
202202

0 commit comments

Comments
 (0)