We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bbbe0a commit 1df4b0eCopy full SHA for 1df4b0e
.github/workflows/rust-clippy.yml
@@ -27,6 +27,9 @@ jobs:
27
security-events: write
28
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
29
steps:
30
+ - name: Install dependencies
31
+ run: sudo apt-get update && sudo apt-get install libdbus-1-dev
32
+
33
- name: Checkout code
34
uses: actions/checkout@v2
35
0 commit comments