diff options
| author | Ben Kimock <kimockb@gmail.com> | 2025-01-24 05:28:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-24 05:28:23 +0000 |
| commit | f8f5c9d64297f34a260abd882f752153e85102f3 (patch) | |
| tree | 6100914717d811f3627524c0f79d4b4e8814613b /src/ci/github-actions | |
| parent | e923d85be4a6ea0e4a1668ed01b27dabbbe76d68 (diff) | |
| parent | d22ba488f066532993592e01417f2612c3dbf3b3 (diff) | |
| download | rust-f8f5c9d64297f34a260abd882f752153e85102f3.tar.gz rust-f8f5c9d64297f34a260abd882f752153e85102f3.zip | |
Merge pull request #4147 from rust-lang/rustup-2025-01-24
Automatic Rustup
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index c5b33a45db7..5e95e3721df 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -48,6 +48,8 @@ runners: <<: *base-job - &job-aarch64-linux + # Free some disk space to avoid running out of space during the build. + free_disk: true os: ubuntu-22.04-arm envs: |
