From b17a489743b3d2edf18abb6ec295341193543afe Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 12 Feb 2023 12:46:53 -0800 Subject: [PATCH] Move sparse registry comment out of section title --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 21e1bc8d..3f81fee5 100644 --- a/action.yml +++ b/action.yml @@ -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