Skip to content

Commit

Permalink
github: install missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliandev02 committed Oct 24, 2024
1 parent a881289 commit d129670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
profile: minimal
toolchain: stable

- run: cargo build --all-features
- run: sudo apt install pkg-config libdbus-1-dev -y && cargo build --all-features

- run: cargo test

Expand Down

0 comments on commit d129670

Please sign in to comment.