We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1bb80 commit 74f596dCopy full SHA for 74f596d
appveyor.yml
@@ -40,7 +40,7 @@ environment:
40
# (Based on from https://github.com/rust-lang/libc/blob/master/appveyor.yml)
41
install:
42
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
43
- - rustup-init.exe -y --default-host %TARGET%
+ - rustup-init.exe -y --default-toolchain %CHANNEL% --default-host %TARGET%
44
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
45
- if "%TARGET%" == "i686-pc-windows-gnu" set PATH=%PATH%;C:\msys64\mingw32\bin
46
- if "%TARGET%" == "x86_64-pc-windows-gnu" set PATH=%PATH%;C:\msys64\mingw64\bin
0 commit comments