Skip to content

Commit 39cdc35

Browse files
committed
add back '-c cargo'
1 parent 55e1251 commit 39cdc35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ install:
3232
- rustup update
3333
# Install "master" toolchain
3434
- cargo install rustup-toolchain-install-master -f
35-
- rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c rust-src -c rustc-dev
35+
# We need to install cargo here as well or else the DLL search path inside `cargo run`
36+
# will be for the wrong toolchain. (On Unix, `./miri` takes care of this, but not here.)
37+
- rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c rust-src -c rustc-dev -c cargo
3638
- rustup default master
3739
- rustc --version
3840
- cargo --version

0 commit comments

Comments
 (0)