Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Jun 15, 2024
1 parent 96825b0 commit 9dc7fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Clippy
run: |
cargo clippy --all-features \
--all-targets --tests -- --deny warnings --verbose
--all-targets --tests -- --deny warnings
cargo clippy --all-features \
--manifest-path dolby_vision/Cargo.toml \
--all-targets --tests -- --deny warnings --verbose
--all-targets --tests -- --deny warnings

0 comments on commit 9dc7fb2

Please sign in to comment.