Skip to content

Commit

Permalink
CI: clippy action
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Feb 1, 2024
1 parent 1bbbe0a commit 1df4b0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
security-events: write
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install libdbus-1-dev

- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit 1df4b0e

Please sign in to comment.