diff --git a/.woodpecker/.validate.yaml b/.woodpecker/.validate.yaml index 90ef551..040fda3 100644 --- a/.woodpecker/.validate.yaml +++ b/.woodpecker/.validate.yaml @@ -8,8 +8,11 @@ steps: - name: clippy image: rust:latest commands: + - apt update && apt install -y libgtk-3-dev libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev - rustup component add clippy - cargo clippy --all --all-features -- -D warnings + # Not ready for clippy validation + failure: ignore - name: build image: rust:latest