fix(ci): install clippy component before running
Some checks failed
Lint and Build / lint-and-build (push) Failing after 42s
Some checks failed
Lint and Build / lint-and-build (push) Failing after 42s
This commit is contained in:
parent
868ebfd5ab
commit
360095289c
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@ jobs:
|
|||
apt-get update
|
||||
apt-get install -y pkg-config libssl-dev
|
||||
|
||||
- name: Install Rust components
|
||||
run: |
|
||||
rustup component add clippy
|
||||
|
||||
- name: Run Clippy
|
||||
run: cargo clippy --all-targets --all-features -- -D warnings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue