Skip to content

Commit 94b0b8b

Browse files
authored
chore: update cpal to v0.18 release candidate (#887)
1 parent bc50045 commit 94b0b8b

3 files changed

Lines changed: 463 additions & 90 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929

3030
- name: Install linux build requirements
31-
run: sudo apt-get update && sudo apt-get install --yes --no-install-recommends libasound2-dev pkg-config
31+
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
3232
if: contains(matrix.os, 'ubuntu')
3333

3434
- name: Install ${{ matrix.toolchain }} toolchain

0 commit comments

Comments
 (0)