mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56:33 +02:00
parent
38c74e42a6
commit
60436bd17a
1 changed files with 1 additions and 2 deletions
|
@ -91,9 +91,8 @@ runs:
|
|||
shell: bash
|
||||
|
||||
- run: |
|
||||
: enable Cargo sparse registry
|
||||
: enable Cargo sparse registry (ignored by stable cargo)
|
||||
echo CARGO_UNSTABLE_SPARSE_REGISTRY=true >> $GITHUB_ENV
|
||||
echo CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
|
||||
|
|
Loading…
Reference in a new issue