We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b994b84 commit d938894Copy full SHA for d938894
1 file changed
.github/workflows/rust.yml
@@ -16,6 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
+ - name: Install dependencies
20
+ run: sudo apt-get install libdbus-1-dev
21
- name: Build
22
run: cargo build --verbose
23
- name: Run tests
0 commit comments