Update setup.sh
Some checks failed
Test / setup (rustfmt, clippy, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Failing after 4s
Test / setup (ubuntu-latest, nightly) (push) Failing after 3s
Test / setup (macOS-latest, nightly) (push) Has been cancelled
Test / setup (rustfmt, clippy, macOS-latest, stable, x86_64-apple-darwin) (push) Has been cancelled
Test / setup (rustfmt, clippy, windows-latest, stable, x86_64-pc-windows-msvc) (push) Has been cancelled
Test / setup (windows-latest, nightly) (push) Has been cancelled

This commit is contained in:
Oliver 2024-07-29 08:13:38 -06:00 committed by GitHub
parent 110f367495
commit 32548373d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
set -e set -e
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none --profile minimal curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none --profile minimal
echo "$HOME/.cargo/bin" >> $GITHUB_PATH PATH="$HOME/.cargo/bin:$PATH"
args=() args=()