mirror of
https://github.com/Swatinem/rust-cache
synced 2025-09-03 10:08:16 +00:00
ci: Disable rustup self-updates (#68)
This commit is contained in:
parent
6720f05bc4
commit
90429b3dea
6 changed files with 28 additions and 5 deletions
3
.github/workflows/sparse-registry.yml
vendored
3
.github/workflows/sparse-registry.yml
vendored
|
@ -19,7 +19,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# When rustup is updated, it tries to replace its binary, which on Windows is somehow locked.
|
||||
# This can result in the CI failure, see: https://github.com/rust-lang/rustup/issues/3029
|
||||
- run: |
|
||||
rustup set auto-self-update disable
|
||||
rustup toolchain install nightly --profile minimal
|
||||
rustup default nightly
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue