add missing clippy install
This commit is contained in:
@@ -2,6 +2,7 @@ steps:
|
|||||||
- name: clippy
|
- name: clippy
|
||||||
image: rust:${RUST_VERSION}
|
image: rust:${RUST_VERSION}
|
||||||
commands:
|
commands:
|
||||||
|
- rustup component add clippy
|
||||||
- cargo clippy --all-targets --all-features -- -D warnings
|
- cargo clippy --all-targets --all-features -- -D warnings
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Reference in New Issue
Block a user