We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22cb704 commit 60cdf46Copy full SHA for 60cdf46
action.yml
@@ -93,6 +93,7 @@ runs:
93
- run: |
94
: enable Cargo sparse registry
95
echo CARGO_UNSTABLE_SPARSE_REGISTRY=true >> $GITHUB_ENV
96
+ echo REGISTRIES_CRATES_IO_PROTOCOL=sparse >> $GITHUB_ENV
97
shell: bash
98
99
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
0 commit comments