Skip to content

Commit

Permalink
Exclude system-libdeflate feature from Clippy feature combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Feb 2, 2025
1 parent 174f36a commit 4e12e56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/oxipng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e12e56

Please sign in to comment.