From 522a09c50b54e7a5cb2d9b59a5d6e66b90e4d3a9 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 15 Dec 2022 18:45:24 -0800 Subject: Build with PipeWire in GitHub CI --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca40ec1b..056f8fde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,12 +44,14 @@ jobs: -DALSOFT_REQUIRE_OSS=ON \ -DALSOFT_REQUIRE_PORTAUDIO=ON \ -DALSOFT_REQUIRE_PULSEAUDIO=ON \ - -DALSOFT_REQUIRE_JACK=ON", + -DALSOFT_REQUIRE_JACK=ON \ + -DALSOFT_REQUIRE_PIPEWIRE=ON", deps_cmdline: "sudo apt update && sudo apt-get install -qq \ libpulse-dev \ portaudio19-dev \ libasound2-dev \ libjack-dev \ + libpipewire-0.3-dev \ qtbase5-dev \ libdbus-1-dev", build_type: "Release" -- cgit v1.2.3