From 7219e3a4de4569ab7760d96707418b089e7399a2 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Tue, 6 Jul 2021 23:27:34 +0200 Subject: [PATCH] Switched back to portaudio for macos --- .github/workflows/build_all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index ea37b602..3f3d2a46 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -69,11 +69,11 @@ jobs: run: cmake -E make_directory ${{runner.workspace}}/build - name: Install dependencies - run: brew install fftw glew glfw volk airspy rt-audio hackrf rtl-sdr libbladerf + run: brew install fftw glew glfw volk airspy portaudio hackrf rtl-sdr libbladerf - name: Prepare CMake working-directory: ${{runner.workspace}}/build - run: cmake $GITHUB_WORKSPACE -DOPT_BUILD_AIRSPYHF_SOURCE=OFF -DOPT_BUILD_PLUTOSDR_SOURCE=OFF -DOPT_BUILD_SOAPY_SOURCE=OFF -DOPT_BUILD_BLADERF_SOURCE=OFF + run: cmake $GITHUB_WORKSPACE -DOPT_BUILD_AIRSPYHF_SOURCE=OFF -DOPT_BUILD_PLUTOSDR_SOURCE=OFF -DOPT_BUILD_SOAPY_SOURCE=OFF -DOPT_BUILD_BLADERF_SOURCE=OFF -DOPT_BUILD_AUDIO_SINK=OFF -DOPT_BUILD_PORTAUDIO_SINK=ON - name: Build working-directory: ${{runner.workspace}}/build