Skip to content

Commit b17a489

Browse files
committed
Move sparse registry comment out of section title
1 parent edee0ab commit b17a489

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ runs:
9898
shell: bash
9999
100100
- run: |
101-
: enable Cargo sparse registry # except on 1.66 and 1.67, on which it is unstable
101+
: enable Cargo sparse registry
102+
# except on 1.66 and 1.67, on which it is unstable
102103
if [ -z ${CARGO_REGISTRIES_CRATES_IO_PROTOCOL+set} ] \
103104
&& ! rustc +${{steps.parse.outputs.toolchain}} --version --verbose | grep -q '^release: 1\.6[67]\.'
104105
then

0 commit comments

Comments
 (0)