File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -77,18 +77,13 @@ jobs:
7777 rustup-toolchain-install-master \
7878 -f \
7979 -n master "$RUSTC_HASH" \
80+ -c cargo \
8081 -c rust-src \
8182 -c rustc-dev \
8283 -c llvm-tools \
8384 --host ${{ matrix.host_target }}
8485 rustup default master
8586
86- # We need a nightly Cargo to run tests that depend on unstable Cargo features.
87- - name : Install latest nightly
88- uses : actions-rs/toolchain@v1
89- with :
90- toolchain : nightly
91-
9287 - name : Show Rust version
9388 run : |
9489 rustup show
Original file line number Diff line number Diff line change 3939
4040# Install and setup new toolchain.
4141rustup toolchain uninstall miri
42- rustup-toolchain-install-master -n miri -c rust-src -c rustc-dev -c llvm-tools -- " $NEW_COMMIT "
42+ rustup-toolchain-install-master -n miri -c cargo -c rust-src -c rustc-dev -c llvm-tools -- " $NEW_COMMIT "
4343rustup override set miri
4444
4545# Cleanup.
You can’t perform that action at this time.
0 commit comments