Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be CARGO_REGISTRIES_CRATES_IO_PROTOCOL according to https://blog.rust-lang.org/inside-rust/2023/01/30/cargo-sparse-protocol.html?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you're right -- I got that from rust-lang/cargo#11224 (you can see it was edited to correct it a day ago 😂 )

shell: bash

- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
Expand Down