3
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2024-11-25 09:39:32 +01:00

Enable Cargo nightly sparse-registry feature

This commit is contained in:
David Tolnay 2023-01-19 13:37:00 -08:00
parent 5f2e2a7aff
commit bf2c4a29d0
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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