Skip to content

Commit dec0bf1

Browse files
committed
Windows CI: rely on stable cargo
1 parent fdebecb commit dec0bf1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ install:
2929
- rustup toolchain uninstall beta nightly
3030
- rustup update
3131
# Install "master" toolchain.
32-
# We need to install cargo here as well or else the DLL search path inside `cargo run`
33-
# will be for the wrong toolchain. (On Unix, `./miri` takes care of this, but not here.)
3432
- cargo install rustup-toolchain-install-master
35-
- rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c rust-src -c rustc-dev -c cargo
33+
- rustup-toolchain-install-master -f -n master %RUSTC_HASH% -c rust-src -c rustc-dev
3634
- rustup default master
3735
- rustc --version
3836
- cargo --version

0 commit comments

Comments
 (0)