Skip to content

Commit 8cd6d04

Browse files
committed
Remove rustup install
1 parent 6e0f2eb commit 8cd6d04

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,5 @@ jobs:
8080
pool:
8181
vmImage: 'windows-2019'
8282
steps:
83-
- script: |
84-
rmdir /s /q %USERPROFILE%\.rustup
85-
curl -sSf -o rustup-init.exe https://win.rustup.rs
86-
rustup-init.exe -y 2>&1
87-
set PATH=%PATH%;%USERPROFILE%\.cargo\bin
88-
echo '##vso[task.setvariable variable=PATH;]%PATH%;%USERPROFILE%\.cargo\bin'
89-
displayName: install rustup on Windows
9083
- script: cargo test -v --features=intel-mkl --no-default-features 2>&1
9184
displayName: run test

0 commit comments

Comments
 (0)