Delete stable sparse registry env variable

Fixes #56.
This commit is contained in:
David Tolnay 2023-01-31 12:08:37 -08:00
parent 38c74e42a6
commit 60436bd17a
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

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