Skip to content

Commit 4bff765

Browse files
committed
chore: Delete huge unnecessary tools folder
1 parent b6f000d commit 4bff765

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ jobs:
7676
remove-dotnet: 'true'
7777
remove-android: 'true'
7878
remove-haskell: 'true'
79+
remove-codeql: 'true'
80+
remove-docker-images: 'true'
81+
- name: Delete huge unnecessary tools folder
82+
if: runner.os == 'Linux'
83+
run: rm -rf /opt/hostedtoolcache
7984
- name: Checkout sources
8085
uses: actions/checkout@v6
8186
with:

0 commit comments

Comments
 (0)