Skip to content

Commit

Permalink
use no-self-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eh2406 committed Nov 3, 2019
1 parent d1de600 commit 397dd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-install-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
set -e
rustup set profile minimal
rustup component remove --toolchain=$TOOLCHAIN rust-docs || echo "already removed"
rustup update $TOOLCHAIN
rustup update --no-self-update $TOOLCHAIN
rustup default $TOOLCHAIN
displayName: Install rust
Expand Down

0 comments on commit 397dd68

Please sign in to comment.