Skip to content

Commit

Permalink
Pin appveyor to an older nightly until we figure out the cargo/rustc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Oct 24, 2018
1 parent e197d42 commit 024ca9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ environment:
install:
- ps: Install-Product node 10
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly-2018-10-01
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- set RUST_BACKTRACE=1
- rustup target add wasm32-unknown-unknown --toolchain nightly
- rustup target add wasm32-unknown-unknown --toolchain nightly-2018-10-01
- rustc -V
- cargo -V

Expand Down

0 comments on commit 024ca9a

Please sign in to comment.