Skip to content

Commit 9b548bb

Browse files
committed
Install libdbus headers on the runner
Required for the pipewire build
1 parent e20e4d3 commit 9b548bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
arch: ${{ matrix.arch == 'aarch64' && 'arm64' || 'amd64' }}
3333
- if: matrix.os == 'linux'
34-
run: sudo apt-get update && sudo apt-get install -y ninja-build p7zip-full libasound2-dev libssl-dev
34+
run: sudo apt-get update && sudo apt-get install -y ninja-build p7zip-full libasound2-dev libssl-dev libdbus-1-dev
3535
- if: matrix.os == 'macos'
3636
run: brew install ninja sevenzip
3737
- if: matrix.os == 'windows'

0 commit comments

Comments
 (0)