Skip to content

Commit 84d1a2b

Browse files
committed
fix azurepipline
1 parent c114374 commit 84d1a2b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
vmImage: 'vs2017-win2016'
99
strategy:
1010
matrix:
11-
Python36:
12-
python.version: '3.6'
11+
Python38:
12+
python.version: '3.8'
1313
maxParallel: 10
1414

1515
steps:
@@ -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)