mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
Try to fix spurious download errors on appveyor
This commit is contained in:
parent
eafb9c3ab4
commit
2f93371d82
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
os: Visual Studio 2015
|
||||
|
||||
install:
|
||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
- curl https://win.rustup.rs/ --output rustup-init.exe
|
||||
- rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc
|
||||
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
||||
- rustc -vV
|
||||
|
|
Loading…
Reference in a new issue