From 5a4cfa95052c6e296170275bdea786f5e9e5ab2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Sun, 2 Feb 2025 18:26:50 +0100 Subject: [PATCH] Exclude `system-libdeflate` feature from Clippy feature combinations --- .github/workflows/oxipng.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/oxipng.yml b/.github/workflows/oxipng.yml index a507ec81..f63362bf 100644 --- a/.github/workflows/oxipng.yml +++ b/.github/workflows/oxipng.yml @@ -128,7 +128,9 @@ jobs: if: matrix.target == 'x86_64-unknown-linux-gnu' run: > set -o pipefail; - cargo hack clippy --no-deps --all-targets --feature-powerset --exclude-features sanity-checks --message-format=json -- -D warnings + cargo hack clippy --no-deps --all-targets --feature-powerset \ + --exclude-features sanity-checks,system-libdeflate \ + --message-format=json -- -D warnings \ | clippy-sarif | tee clippy-results.sarif | sarif-fmt