]> git.lizzy.rs Git - rust.git/blobdiff - .appveyor.yml
Revert "temporarily ignore cached rustup-toolchain-install-master"
[rust.git] / .appveyor.yml
index c8ee04275c83505922c56f2fcf68b33f79f58621..2106ef3655032d0098c783514560ae346eac9f9b 100644 (file)
@@ -31,7 +31,7 @@ install:
     - rustup component remove rust-docs & exit 0
     - rustup update
     # Install "master" toolchain
-    - cargo install rustup-toolchain-install-master -f
+    - cargo install rustup-toolchain-install-master & exit 0
     # 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.)
     - rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c rust-src -c rustc-dev -c cargo