Skip to content

Commit f8a3814

Browse files
oli-obkManishearth
authored andcommitted
Try running appveyor on master instead of nightly
1 parent f05a103 commit f8a3814

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ install:
1717
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
1818
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin
1919
- if defined MSYS2_BITS set PATH=%PATH%;C:\msys64\mingw%MSYS2_BITS%\bin
20+
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
21+
- rustup-toolchain-install-master -f -n master
22+
- rustup default master
23+
- set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
2024
- rustc -V
2125
- cargo -V
2226

0 commit comments

Comments
 (0)