Removed the default triple host since the rust installer seems not to understand it

canary
WolverinDEV 2020-09-01 14:07:00 +02:00
parent c405eeee41
commit 4fe90f47a0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ install_rust() {
rustup_version=$(rustup --version 2>/dev/null) rustup_version=$(rustup --version 2>/dev/null)
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then
echo "> Missing rustup, installing..." echo "> Missing rustup, installing..."
curl https://build.travis-ci.org/files/rustup-init.sh -sSf | sh -s -- -y --default-toolchain nightly --default-host wasm32-unknown-unknown curl https://build.travis-ci.org/files/rustup-init.sh -sSf | sh -s -- -y --default-toolchain nightly
# shellcheck disable=SC2181 # shellcheck disable=SC2181
[[ $? -ne 0 ]] && { [[ $? -ne 0 ]] && {
echo "> Failed to install rustup" echo "> Failed to install rustup"