We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdfae2 commit dc2c0dcCopy full SHA for dc2c0dc
appveyor.yml
@@ -22,9 +22,8 @@ install:
22
# Install rust, x86_64-pc-windows-msvc host
23
# FIXME: switch back to win.rustup.rs
24
- curl -sSf -o rustup-init.exe https://dev-static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe
25
- - rustup-init.exe -y
+ - rustup-init.exe -y --default-toolchain=nightly-2016-08-10-x86_64-pc-windows-msvc
26
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
27
- - rustup default nightly-2016-08-10-x86_64-pc-windows-msvc
28
29
# Install the target we're compiling for
30
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
0 commit comments