Fix sound for native Linux build (#1527)

This commit is contained in:
xboxones1
2026-01-19 19:21:59 +09:00
committed by GitHub
parent f3a9f0fb43
commit 6b95a6d193
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
- name: Install Dependencies (Linux)
run: |-
sudo apt update
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
- name: Cache ccache Directory
uses: actions/cache@v4