diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-06-04 19:38:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 19:38:30 +0300 |
commit | 2bf01f80edc28ec998cab0adf3b20e9e7f7f0c4e (patch) | |
tree | 359f25aa46d16b04ce679deeda959cc5654aeb59 /.github | |
parent | 854bed5c171c75c97df7e58286f2350879e5c0be (diff) | |
parent | f649f7ab2308047dc4a8ca3cbc331aed957543ff (diff) |
Merge pull request #1265 from makidoll/pipewire-linux-volume-catcher
Add PipeWire as option for Linux volume catcher
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d5b4fab380..c6e6cb17af 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -155,7 +155,7 @@ jobs: libgl1-mesa-dev libglu1-mesa-dev libxinerama-dev \ libxcursor-dev libxfixes-dev libgstreamer1.0-dev \ libgstreamer-plugins-base1.0-dev ninja-build libxft-dev \ - llvm mold + llvm mold libpipewire-0.3-dev - name: Install windows dependencies if: env.BUILD && runner.os == 'Windows' |