get rustup-init with curl to avoid tls failures
This commit is contained in:
parent
b2d2e96267
commit
613e46b0ee
@ -5,7 +5,7 @@ environment:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
# Install rust, x86_64-pc-windows-msvc host
|
# Install rust, x86_64-pc-windows-msvc host
|
||||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
|
||||||
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain %APPVEYOR_RUST_CHANNEL%
|
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain %APPVEYOR_RUST_CHANNEL%
|
||||||
- set PATH=C:\msys64\usr\bin;%PATH%;C:\Users\appveyor\.cargo\bin
|
- set PATH=C:\msys64\usr\bin;%PATH%;C:\Users\appveyor\.cargo\bin
|
||||||
- rustc -vV
|
- rustc -vV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user