Skip to content

Commit e98d9f7

Browse files
committed
Remove ~/.rustup before rustup.exe
1 parent 31e31fa commit e98d9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
vmImage: 'windows-2019'
8282
steps:
8383
- script: |
84-
mkdir %USERPROFILE%\.rustup\toolchains
84+
rmdir /s /q %USERPROFILE%\.rustup
8585
curl -sSf -o rustup-init.exe https://win.rustup.rs
8686
rustup-init.exe -y 2>&1
8787
set PATH=%PATH%;%USERPROFILE%\.cargo\bin

0 commit comments

Comments
 (0)