Skip to content

Commit 31e31fa

Browse files
committed
Create ~/.rustup before running rustup
1 parent cdc6db1 commit 31e31fa

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
@@ -81,6 +81,7 @@ jobs:
8181
vmImage: 'windows-2019'
8282
steps:
8383
- script: |
84+
mkdir %USERPROFILE%\.rustup\toolchains
8485
curl -sSf -o rustup-init.exe https://win.rustup.rs
8586
rustup-init.exe -y 2>&1
8687
set PATH=%PATH%;%USERPROFILE%\.cargo\bin

0 commit comments

Comments
 (0)