Enable sparse registry access after stabilization
https://github.com/rust-lang/cargo/pull/11224 https://github.com/dtolnay/rust-toolchain/pull/54
This commit is contained in:
parent
685abf8306
commit
bc88fd0b3e
2 changed files with 11 additions and 0 deletions
|
@ -65,6 +65,9 @@ runs:
|
|||
# Enable faster sparse index on nightly
|
||||
# https://internals.rust-lang.org/t/call-for-testing-cargo-sparse-registry/16862
|
||||
echo "CARGO_UNSTABLE_SPARSE_REGISTRY=true" >> $GITHUB_ENV
|
||||
# Enable sparse index after stabilization
|
||||
# https://github.com/rust-lang/cargo/pull/11224
|
||||
echo "REGISTRIES_CRATES_IO_PROTOCOL=sparse" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
- name: "Install Rust Problem Matcher"
|
||||
run: echo "::add-matcher::${{ github.action_path }}/rust.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue