We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b1c2d commit 92105c6Copy full SHA for 92105c6
appveyor.yml
@@ -7,9 +7,9 @@ environment:
7
- TARGET: x86_64-pc-windows-msvc
8
- TARGET: i686-pc-windows-msvc
9
install:
10
- - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
11
- - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
12
- - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
+ - curl -sSf -o rustup-init.exe https://win.rustup.rs/
+ - rustup-init.exe -y --default-host %TARGET%
+ - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
13
- if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin
14
- rustc -V
15
- cargo -V
0 commit comments