Skip to content

Commit

Permalink
Touch up spacing in rustup command
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 12, 2023
1 parent bb357d4 commit 0b8aa5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b8aa5e

Please sign in to comment.