We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c9735 commit a1d69aaCopy full SHA for a1d69aa
1 file changed
.github/workflows/build-natives.yml
@@ -71,7 +71,7 @@ jobs:
71
mkdir -p artifacts/x64
72
dnf -y install epel-release
73
yum -y install gcc cmake bzip2
74
- yum -y install alsa-lib-devel portaudio-devel pulseaudio-libs-devel
+ yum -y install alsa-lib-devel portaudio-devel pulseaudio-libs-devel pipewire-devel
75
76
- name: Compile natives
77
run: |
@@ -95,7 +95,7 @@ jobs:
95
- name: Setup Dependencies
96
97
mkdir -p artifacts/arm64
98
- sudo apt-get install -y build-essential curl cmake libasound2-dev portaudio19-dev libpulse-dev
+ sudo apt-get install -y build-essential curl cmake libasound2-dev portaudio19-dev libpulse-dev libpipewire-0.3-dev
99
- name: Compile Natives
100
101
curl -s -L -O https://openal-soft.org/openal-releases/openal-soft-${OPENALSOFT_VERSION}.tar.bz2
0 commit comments