We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8f658 commit 38c74e4Copy full SHA for 38c74e4
action.yml
@@ -93,7 +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
+ echo CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse >> $GITHUB_ENV
97
shell: bash
98
99
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
0 commit comments