diff options
Diffstat (limited to 'ci/install-rust.sh')
-rw-r--r-- | ci/install-rust.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/install-rust.sh b/ci/install-rust.sh index 377f0d0cf0..dcd24b88ef 100644 --- a/ci/install-rust.sh +++ b/ci/install-rust.sh @@ -12,7 +12,6 @@ else fi if [ "$OS" = "windows" ]; then : "${TARGET?The TARGET environment variable must be set.}" - rustup self update rustup set profile minimal rustup update --force $toolchain-"$TARGET" rustup default $toolchain-"$TARGET" |