We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f000d commit 4bff765Copy full SHA for 4bff765
.github/workflows/rust.yml
@@ -76,6 +76,11 @@ jobs:
76
remove-dotnet: 'true'
77
remove-android: 'true'
78
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
84
- name: Checkout sources
85
uses: actions/checkout@v6
86
with:
0 commit comments