We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1125b44 commit c17fd50Copy full SHA for c17fd50
.github/workflows/rust.yml
@@ -143,7 +143,7 @@ jobs:
143
144
- name: Install Rust
145
run: |
146
- rustup toolchain add --profile=minimal $RUST_STABLE_TOOLCHAIN
+ rustup toolchain add --profile=minimal --component clippy $RUST_STABLE_TOOLCHAIN
147
rustup override set $RUST_STABLE_TOOLCHAIN
148
149
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
0 commit comments