Skip to content

Commit 110f367

Browse files
committed
Disable auto-self-update for rustup
See: rust-lang/rustup#3189
1 parent f344d1a commit 110f367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ args=()
1212
# shellcheck disable=SC2206
1313
[[ -n "${INPUT_TARGETS}" ]] && args+=(-t "${INPUT_TARGETS// /}")
1414

15+
rustup set auto-self-update disable
1516
rustup toolchain install "${INPUT_RUST_VERSION}" --profile "${INPUT_PROFILE}" "${args[@]}"
1617
rustup default "${INPUT_RUST_VERSION}"
1718

0 commit comments

Comments
 (0)