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 957a266 commit a0665acCopy full SHA for a0665ac
.github/workflows/ci.yml
@@ -109,7 +109,7 @@ jobs:
109
# intensive jobs to run on free runners, which however also have
110
# less disk space.
111
- name: free up disk space
112
- uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be
+ run: src/ci/scripts/free-disk-space.sh
113
if: matrix.free_disk
114
115
# Rust Log Analyzer can't currently detect the PR number of a GitHub
0 commit comments