Skip to content

Commit 1d9c841

Browse files
committed
Install libpulse-dev in Linux CI
1 parent cb2b083 commit 1d9c841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: ${{ matrix.os == 'ubuntu-latest' }}
2525
run: |
2626
sudo apt-get update # Run update first or install might start failing eventually.
27-
sudo apt-get install --no-install-recommends -y libasound2-dev libudev-dev pkg-config
27+
sudo apt-get install --no-install-recommends -y libasound2-dev libudev-dev libpulse-dev pkg-config
2828
- run: rustup update
2929
- run: rustc --version && cargo --version
3030
- name: Build

0 commit comments

Comments
 (0)