Skip to content

Commit 74f596d

Browse files
committed
Fix used toolchains in appveyor
1 parent 9d1bb80 commit 74f596d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ environment:
4040
# (Based on from https://github.com/rust-lang/libc/blob/master/appveyor.yml)
4141
install:
4242
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
43-
- rustup-init.exe -y --default-host %TARGET%
43+
- rustup-init.exe -y --default-toolchain %CHANNEL% --default-host %TARGET%
4444
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
4545
- if "%TARGET%" == "i686-pc-windows-gnu" set PATH=%PATH%;C:\msys64\mingw32\bin
4646
- if "%TARGET%" == "x86_64-pc-windows-gnu" set PATH=%PATH%;C:\msys64\mingw64\bin

0 commit comments

Comments
 (0)