diff --git a/.drone.yml b/.drone.yml index 41f1dea..3f37a79 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,7 @@ steps: - name: clippy-linux image: rust commands: + - rustup component add clippy - cargo clippy --- kind: pipeline