]> git.lizzy.rs Git - rust.git/blobdiff - .appveyor.yml
Auto merge of #1152 - divergentdave:shim-directory, r=RalfJung
[rust.git] / .appveyor.yml
index 16fd20c9da616d280a47789e3ed429c044ddd41f..4281fe0180f05f9d46a2cb8ecd8be57bc86b3260 100644 (file)
@@ -30,7 +30,7 @@ install:
     - rustup toolchain uninstall beta
     - rustup update
     # Install "master" toolchain
-    - cargo install rustup-toolchain-install-master & exit 0
+    - cargo install rustup-toolchain-install-master
     # 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