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 325e4d3 commit 497fbaaCopy full SHA for 497fbaa
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