actions: add libpulse-dev dependency to fix audio on pipewire systems (#1473)

actions: add libpulse-dev package to dependencies
This commit is contained in:
Hat Kid
2022-06-18 04:06:53 +02:00
committed by GitHub
parent fb532f2a53
commit 0ff6cf4747
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
run: git submodule update --init --recursive -j 2
- name: Get Common Package Dependencies
run: sudo apt install build-essential cmake clang gcc g++ lcov make nasm libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev zip
run: sudo apt install build-essential cmake clang gcc g++ lcov make nasm libxrandr-dev libxinerama-dev libxcursor-dev libpulse-dev libxi-dev zip
- name: Get Clang
if: matrix.compiler == 'clang'