1 parent 5d37aee commit 1d41932Copy full SHA for 1d41932
1 file changed
.github/workflows/rust.yml
@@ -16,8 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
- - name: Install ALSA development headers
20
- run: sudo apt-get update && sudo apt-get install -y libasound2-dev
+ - name: Install ALSA and D-BUS development headers
+ run: sudo apt-get update && sudo apt-get install -y libasound2-dev libdbus-1-dev
21
- name: Build
22
run: cargo build --verbose
23
- name: Run tests
0 commit comments