Skip to content

Commit f24c150

Browse files
authored
Merge pull request #1703 from youknowone/azure
Fix Azure Pipelines build
2 parents 2ff552f + 346b9d2 commit f24c150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
"C:\Program Files\Git\mingw64\bin\curl.exe" -sSf -o rustup-init.exe https://win.rustup.rs/
2424
.\rustup-init.exe -y
2525
set PATH=%PATH%;%USERPROFILE%\.cargo\bin
26+
rustup default stable-x86_64-pc-windows-msvc
2627
rustup update
2728
rustc -V
2829
cargo -V

0 commit comments

Comments
 (0)