Skip to content

Commit 497fbaa

Browse files
authored
Fix sound for native Linux build
1 parent 325e4d3 commit 497fbaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install Dependencies (Linux)
5353
run: |-
5454
sudo apt update
55-
sudo apt install -y ninja-build llvm-${{ env.LLVM_VERSION }}-dev libgtk-3-dev
55+
sudo apt install -y ninja-build llvm-${{ env.LLVM_VERSION }}-dev libgtk-3-dev libasound2-dev libpulse-dev libpipewire-0.3-dev
5656
5757
- name: Cache ccache Directory
5858
uses: actions/cache@v4

0 commit comments

Comments
 (0)