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 f3a9f0f commit 6b95a6dCopy full SHA for 6b95a6d
1 file changed
.github/workflows/validate.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install Dependencies (Linux)
53
run: |-
54
sudo apt update
55
- sudo apt install -y ninja-build llvm-${{ env.LLVM_VERSION }}-dev libgtk-3-dev
+ sudo apt install -y ninja-build llvm-${{ env.LLVM_VERSION }}-dev libgtk-3-dev libasound2-dev libpulse-dev libpipewire-0.3-dev
56
57
- name: Cache ccache Directory
58
uses: actions/cache@v4
0 commit comments