Skip to content

Commit dc2c0dc

Browse files
committed
Don't download an extra toolchain on appveyor
1 parent cfdfae2 commit dc2c0dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ install:
2222
# Install rust, x86_64-pc-windows-msvc host
2323
# FIXME: switch back to win.rustup.rs
2424
- 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
25+
- rustup-init.exe -y --default-toolchain=nightly-2016-08-10-x86_64-pc-windows-msvc
2626
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
27-
- rustup default nightly-2016-08-10-x86_64-pc-windows-msvc
2827

2928
# Install the target we're compiling for
3029
- if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%

0 commit comments

Comments
 (0)