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 38c74e4 commit 60436bdCopy full SHA for 60436bd
action.yml
@@ -91,9 +91,8 @@ runs:
91
shell: bash
92
93
- run: |
94
- : enable Cargo sparse registry
+ : enable Cargo sparse registry (ignored by stable cargo)
95
echo CARGO_UNSTABLE_SPARSE_REGISTRY=true >> $GITHUB_ENV
96
- echo CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse >> $GITHUB_ENV
97
98
99
- run: rustc +${{steps.parse.outputs.toolchain}} --version --verbose
0 commit comments