mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
add back '-c cargo'
This commit is contained in:
+3
-1
@@ -32,7 +32,9 @@ install:
|
||||
- rustup update
|
||||
# Install "master" toolchain
|
||||
- cargo install rustup-toolchain-install-master -f
|
||||
- rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c rust-src -c rustc-dev
|
||||
# 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
|
||||
- rustup default master
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
|
||||
Reference in New Issue
Block a user