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 e20e4d3 commit 9b548bbCopy full SHA for 9b548bb
1 file changed
.github/workflows/build_release.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
arch: ${{ matrix.arch == 'aarch64' && 'arm64' || 'amd64' }}
33
- if: matrix.os == 'linux'
34
- run: sudo apt-get update && sudo apt-get install -y ninja-build p7zip-full libasound2-dev libssl-dev
+ run: sudo apt-get update && sudo apt-get install -y ninja-build p7zip-full libasound2-dev libssl-dev libdbus-1-dev
35
- if: matrix.os == 'macos'
36
run: brew install ninja sevenzip
37
- if: matrix.os == 'windows'
0 commit comments