mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-14 13:36:34 +02:00
Fix sparse registries environment variable
This commit is contained in:
parent
ce8f65846d
commit
38c74e42a6
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ runs:
|
||||||
- run: |
|
- run: |
|
||||||
: enable Cargo sparse registry
|
: enable Cargo sparse registry
|
||||||
echo CARGO_UNSTABLE_SPARSE_REGISTRY=true >> $GITHUB_ENV
|
echo CARGO_UNSTABLE_SPARSE_REGISTRY=true >> $GITHUB_ENV
|
||||||
echo REGISTRIES_CRATES_IO_PROTOCOL=sparse >> $GITHUB_ENV
|
echo CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse >> $GITHUB_ENV
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
|
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
|
||||||
|
|
Loading…
Reference in a new issue