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:
77
77
rustup-toolchain-install-master \
78
78
-f \
79
79
-n master "$RUSTC_HASH" \
80
+ -c cargo \
80
81
-c rust-src \
81
82
-c rustc-dev \
82
83
-c llvm-tools \
83
84
--host ${{ matrix.host_target }}
84
85
rustup default master
85
86
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
-
92
87
- name : Show Rust version
93
88
run : |
94
89
rustup show
Original file line number Diff line number Diff line change 39
39
40
40
# Install and setup new toolchain.
41
41
rustup 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 "
43
43
rustup override set miri
44
44
45
45
# Cleanup.
You can’t perform that action at this time.
0 commit comments