Touch up spacing in rustup command

This commit is contained in:
David Tolnay
2023-02-12 11:38:58 -08:00
parent bb357d4af1
commit 0b8aa5ea11

View File

@@ -61,7 +61,7 @@ runs:
- run: |
: install rustup if needed
if ! command -v rustup &> /dev/null ; then
if ! command -v rustup &>/dev/null; then
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
fi