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.
1 parent 31e31fa commit e98d9f7Copy full SHA for e98d9f7
azure-pipelines.yml
@@ -81,7 +81,7 @@ jobs:
81
vmImage: 'windows-2019'
82
steps:
83
- script: |
84
- mkdir %USERPROFILE%\.rustup\toolchains
+ 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
0 commit comments