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.
1 parent bc50045 commit 94b0b8bCopy full SHA for 94b0b8b
3 files changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v4
29
30
- name: Install linux build requirements
31
- run: sudo apt-get update && sudo apt-get install --yes --no-install-recommends libasound2-dev pkg-config
+ run: sudo apt-get update && sudo apt-get install --yes --no-install-recommends libasound2-dev pkg-config libjack-jackd2-dev libjack-jackd2-0 libdbus-1-dev libpipewire-0.3-dev
32
if: contains(matrix.os, 'ubuntu')
33
34
- name: Install ${{ matrix.toolchain }} toolchain
0 commit comments