From e561d378dd91341e62b3bab261feb12c7b2b5d60 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sat, 3 Apr 2021 12:43:52 +0200 Subject: [PATCH] CI: Disable PipeWire on Ubuntu (#156) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa6795c5..122450b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -173,7 +173,7 @@ jobs: run: | mkdir ./build cd ./build - cmake -DUNIX_STRUCTURE=0 -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/obs-studio-portable" -DWITH_RTMPS=OFF -DBUILD_BROWSER=OFF .. + cmake -DENABLE_PIPEWIRE=OFF -DUNIX_STRUCTURE=0 -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/obs-studio-portable" -DWITH_RTMPS=OFF -DBUILD_BROWSER=OFF .. - name: 'Build' shell: bash working-directory: ${{ github.workspace }}/build