We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libpulse-dev
1 parent cb2b083 commit 1d9c841Copy full SHA for 1d9c841
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
if: ${{ matrix.os == 'ubuntu-latest' }}
25
run: |
26
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
+ sudo apt-get install --no-install-recommends -y libasound2-dev libudev-dev libpulse-dev pkg-config
28
- run: rustup update
29
- run: rustc --version && cargo --version
30
- name: Build
0 commit comments