Skip to content

Commit

Permalink
Force update nightly compiler on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
msizanoen1 committed Nov 28, 2019
1 parent 112b7f9 commit bf419bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-install-rust.yml
Expand Up @@ -8,7 +8,7 @@ steps:
if command -v rustup; then
# Uncomment when rustup on Azure is updated
#rustup set profile minimal
rustup update $toolchain
rustup update --force $toolchain
rustup default $toolchain
else
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $toolchain --profile=minimal
Expand Down

0 comments on commit bf419bb

Please sign in to comment.