diff --git a/setup.sh b/setup.sh index 572f3c0..5f01c6d 100755 --- a/setup.sh +++ b/setup.sh @@ -12,6 +12,7 @@ args=() # shellcheck disable=SC2206 [[ -n "${INPUT_TARGETS}" ]] && args+=(-t "${INPUT_TARGETS// /}") +rustup set auto-self-update disable rustup toolchain install "${INPUT_RUST_VERSION}" --profile "${INPUT_PROFILE}" "${args[@]}" rustup default "${INPUT_RUST_VERSION}"