We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustup toolchain install
1 parent eacbbb2 commit d2edba6Copy full SHA for d2edba6
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
target/
73
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
74
- name: Setup Rust nightly toolchain
75
- run: rustup toolchain install --profile minimal --target ${{ matrix.target.triple }} --component rust-src --component clippy nightly
+ run: rustup toolchain install --profile minimal --target ${{ matrix.target.triple }} --component rust-src clippy -- nightly
76
- name: Check
77
run: cargo +nightly clippy --all-features --target ${{ matrix.target.triple }}
78
- name: Check benches
0 commit comments