Skip to content

Commit d2edba6

Browse files
committed
Fix rustup toolchain install command
1 parent eacbbb2 commit d2edba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
target/
7373
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
7474
- name: Setup Rust nightly toolchain
75-
run: rustup toolchain install --profile minimal --target ${{ matrix.target.triple }} --component rust-src --component clippy nightly
75+
run: rustup toolchain install --profile minimal --target ${{ matrix.target.triple }} --component rust-src clippy -- nightly
7676
- name: Check
7777
run: cargo +nightly clippy --all-features --target ${{ matrix.target.triple }}
7878
- name: Check benches

0 commit comments

Comments
 (0)