Use correct channel on AppVeyor

This commit is contained in:
Matt Green 2016-10-20 11:45:25 -04:00
parent 1f91654662
commit 8a6a540bb6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ environment:
# (Based on from https://github.com/rust-lang/libc/blob/master/appveyor.yml)
install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-host %TARGET%
- rustup-init.exe --default-host %TARGET% --default-toolchain %CHANNEL% -y
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin
- rustc -V