Windows CI: rely on stable cargo

This commit is contained in:
Ralf Jung 2020-05-11 10:59:01 +02:00
parent fdebecbb08
commit dec0bf15f6

View File

@ -29,10 +29,8 @@ install:
- rustup toolchain uninstall beta nightly
- rustup update
# Install "master" toolchain.
# We need to install cargo here as well or else the DLL search path inside `cargo run`
# will be for the wrong toolchain. (On Unix, `./miri` takes care of this, but not here.)
- cargo install rustup-toolchain-install-master
- rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c rust-src -c rustc-dev -c cargo
- rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c rust-src -c rustc-dev
- rustup default master
- rustc --version
- cargo --version