Switched back to portaudio for macos

This commit is contained in:
Ryzerth 2021-07-06 23:27:34 +02:00
parent 1bc49426e2
commit 7219e3a4de

View File

@ -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