We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27da0c2 commit aa90a79Copy full SHA for aa90a79
.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