diff options
author | Chris Robinson <[email protected]> | 2021-12-08 18:16:19 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-12-08 18:16:19 -0800 |
commit | 462a1d3ebd0160c27d3e41f1ed6c5721a0e9b009 (patch) | |
tree | 426a5b5556bbf3b813ee76875b2e81d95d5f626f | |
parent | ed7075f6b5ed6a50dda906b41989ce9571b1015e (diff) |
Build with PipeWire with Linux CI
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f044ffd..faf51f12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,9 +34,11 @@ jobs: -DALSOFT_REQUIRE_OSS=ON \ -DALSOFT_REQUIRE_PORTAUDIO=ON \ -DALSOFT_REQUIRE_PULSEAUDIO=ON \ + -DALSOFT_REQUIRE_PIPEWIRE=ON \ -DALSOFT_REQUIRE_JACK=ON", deps_cmdline: "sudo apt update && sudo apt-get install -qq \ libpulse-dev \ + libpipewire-0.3-dev \ portaudio19-dev \ libasound2-dev \ libjack-dev \ |