Force update nightly compiler on Linux

This commit is contained in:
msizanoen1 2019-11-27 18:39:15 +07:00
parent 112b7f9cb6
commit bf419bbb8c

View file

@ -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