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 edee0ab commit b17a489Copy full SHA for b17a489
action.yml
@@ -98,7 +98,8 @@ runs:
98
shell: bash
99
100
- run: |
101
- : enable Cargo sparse registry # except on 1.66 and 1.67, on which it is unstable
+ : enable Cargo sparse registry
102
+ # except on 1.66 and 1.67, on which it is unstable
103
if [ -z ${CARGO_REGISTRIES_CRATES_IO_PROTOCOL+set} ] \
104
&& ! rustc +${{steps.parse.outputs.toolchain}} --version --verbose | grep -q '^release: 1\.6[67]\.'
105
then
0 commit comments