Skip to content

Commit

Permalink
only on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Eh2406 committed Nov 4, 2019
1 parent 5d35d90 commit e028b87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/azure-install-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ steps:
rustup set profile minimal
rustup component remove --toolchain=$TOOLCHAIN rust-docs || echo "already removed"
rustup update --no-self-update $TOOLCHAIN
rustup component add --toolchain=$TOOLCHAIN rustc-dev
if [ "$TOOLCHAIN" = "nightly" ]; then
rustup component add --toolchain=$TOOLCHAIN rustc-dev
fi
rustup default $TOOLCHAIN
displayName: Install rust
Expand Down

0 comments on commit e028b87

Please sign in to comment.