Skip to content

Commit

Permalink
Merge pull request #1718 from JohnTitor/rustup
Browse files Browse the repository at this point in the history
Set rustup profile to minimal on CI
  • Loading branch information
JohnTitor authored Apr 5, 2020
2 parents 08e8a3a + 7b14407 commit c25fa2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/azure-install-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ steps:
toolchain=nightly
fi
if command -v rustup; then
# Uncomment when rustup on Azure is updated
#rustup set profile minimal
rustup set profile minimal
rustup update --force $toolchain
rustup default $toolchain
else
Expand Down

0 comments on commit c25fa2f

Please sign in to comment.