Skip to content

Commit c17fd50

Browse files
committed
add missing clippy
1 parent 1125b44 commit c17fd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: Install Rust
145145
run: |
146-
rustup toolchain add --profile=minimal $RUST_STABLE_TOOLCHAIN
146+
rustup toolchain add --profile=minimal --component clippy $RUST_STABLE_TOOLCHAIN
147147
rustup override set $RUST_STABLE_TOOLCHAIN
148148
149149
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8

0 commit comments

Comments
 (0)