mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-14 05:26:34 +02:00
Fix 'syntax error near unexpected token !
'
This commit is contained in:
parent
9fd0ad29be
commit
e6d955b6b3
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ runs:
|
||||||
: enable Cargo sparse registry
|
: enable Cargo sparse registry
|
||||||
# except on 1.66 and 1.67, on which it is unstable
|
# except on 1.66 and 1.67, on which it is unstable
|
||||||
if [ -z ${CARGO_REGISTRIES_CRATES_IO_PROTOCOL+set} ]; then
|
if [ -z ${CARGO_REGISTRIES_CRATES_IO_PROTOCOL+set} ]; then
|
||||||
if rustc +${{steps.parse.outputs.toolchain}} --version --verbose | ! grep -q '^release: 1\.6[67]\.'; then
|
if rustc +${{steps.parse.outputs.toolchain}} --version --verbose | (! grep -q '^release: 1\.6[67]\.'); then
|
||||||
echo CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse >> $GITHUB_ENV
|
echo CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue