Skip to content
Snippets Groups Projects
Commit bf419bbb authored by msizanoen1's avatar msizanoen1
Browse files

Force update nightly compiler on Linux

parent 112b7f9c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment