diff --git a/.woodpecker.yml b/.woodpecker.yml index 7e9f161..068cb06 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,6 +14,7 @@ steps: clippy: # check if the code compiles image: rust commands: + - rustup component add clippy - cargo clippy --release --no-deps --manifest-path bootpkg/Cargo.toml - cargo clippy --release --no-deps --manifest-path pkgr/Cargo.toml pull: true