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
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:
parent
110f367495
commit
32548373d9
2
setup.sh
2
setup.sh
@ -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=()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user