]> git.lizzy.rs Git - rust.git/commitdiff
Windows CI: rely on stable cargo
authorRalf Jung <post@ralfj.de>
Mon, 11 May 2020 08:59:01 +0000 (10:59 +0200)
committerRalf Jung <post@ralfj.de>
Mon, 11 May 2020 08:59:01 +0000 (10:59 +0200)
.appveyor.yml

index 741a1de11a80af5a14e7bbada75ec3d1d3063ca8..34887459f6d9336e49fd97089e5bb31fece098ee 100644 (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