Skip to content

Commit

Permalink
Move sparse registry comment out of section title
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 12, 2023
1 parent edee0ab commit b17a489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ runs:
shell: bash
- run: |
: enable Cargo sparse registry # except on 1.66 and 1.67, on which it is unstable
: enable Cargo sparse registry
# except on 1.66 and 1.67, on which it is unstable
if [ -z ${CARGO_REGISTRIES_CRATES_IO_PROTOCOL+set} ] \
&& ! rustc +${{steps.parse.outputs.toolchain}} --version --verbose | grep -q '^release: 1\.6[67]\.'
then
Expand Down

0 comments on commit b17a489

Please sign in to comment.