Skip to content

Commit 1df4b0e

Browse files
committed
CI: clippy action
1 parent 1bbbe0a commit 1df4b0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rust-clippy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
security-events: write
2828
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
2929
steps:
30+
- name: Install dependencies
31+
run: sudo apt-get update && sudo apt-get install libdbus-1-dev
32+
3033
- name: Checkout code
3134
uses: actions/checkout@v2
3235

0 commit comments

Comments
 (0)