Skip to content

Commit

Permalink
Also enable sparse registries with the _new_ environment variable
Browse files Browse the repository at this point in the history
Changed yesterday: rust-lang/cargo#11224
  • Loading branch information
alex authored Jan 21, 2023
1 parent 22cb704 commit 60cdf46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ runs:
- run: |
: enable Cargo sparse registry
echo CARGO_UNSTABLE_SPARSE_REGISTRY=true >> $GITHUB_ENV
echo REGISTRIES_CRATES_IO_PROTOCOL=sparse >> $GITHUB_ENV
shell: bash
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
Expand Down

0 comments on commit 60cdf46

Please sign in to comment.