We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ff552f + 346b9d2 commit f24c150Copy full SHA for f24c150
azure-pipelines.yml
@@ -23,6 +23,7 @@ jobs:
23
"C:\Program Files\Git\mingw64\bin\curl.exe" -sSf -o rustup-init.exe https://win.rustup.rs/
24
.\rustup-init.exe -y
25
set PATH=%PATH%;%USERPROFILE%\.cargo\bin
26
+ rustup default stable-x86_64-pc-windows-msvc
27
rustup update
28
rustc -V
29
cargo -V
0 commit comments