We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb357d4 commit 0b8aa5eCopy full SHA for 0b8aa5e
action.yml
@@ -61,7 +61,7 @@ runs:
61
62
- run: |
63
: install rustup if needed
64
- if ! command -v rustup &> /dev/null ; then
+ if ! command -v rustup &>/dev/null; then
65
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
66
echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
67
fi
0 commit comments