Skip to content

Commit 1d41932

Browse files
committed
fix CI
1 parent 5d37aee commit 1d41932

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Install ALSA development headers
20-
run: sudo apt-get update && sudo apt-get install -y libasound2-dev
19+
- name: Install ALSA and D-BUS development headers
20+
run: sudo apt-get update && sudo apt-get install -y libasound2-dev libdbus-1-dev
2121
- name: Build
2222
run: cargo build --verbose
2323
- name: Run tests

0 commit comments

Comments
 (0)