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