ci: clippy step now installs clippy
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2f4fae52d1
commit
6787dea293
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ steps:
|
|||
- name: clippy-linux
|
||||
image: rust
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy
|
||||
---
|
||||
kind: pipeline
|
||||
|
|
Loading…
Reference in a new issue