mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-07-11 01:24:03 +02:00
Fix sound for native Linux build (#1527)
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
|||||||
- name: Install Dependencies (Linux)
|
- name: Install Dependencies (Linux)
|
||||||
run: |-
|
run: |-
|
||||||
sudo apt update
|
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
|
- name: Cache ccache Directory
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user