mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-14 05:26:34 +02:00
Merge pull request #52 from dtolnay/sparseregistry
Enable Cargo nightly sparse-registry feature
This commit is contained in:
commit
22cb70465d
1 changed files with 5 additions and 0 deletions
|
@ -90,5 +90,10 @@ runs:
|
||||||
echo CARGO_TERM_COLOR=always >> $GITHUB_ENV
|
echo CARGO_TERM_COLOR=always >> $GITHUB_ENV
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
- run: |
|
||||||
|
: enable Cargo sparse registry
|
||||||
|
echo CARGO_UNSTABLE_SPARSE_REGISTRY=true >> $GITHUB_ENV
|
||||||
|
shell: bash
|
||||||
|
|
||||||
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
|
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue