From bef4a6efc17189ebccd931b5952c491d3aa961ba Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Thu, 29 Apr 2021 15:37:04 +0200 Subject: [PATCH] Fixed soapy source name macos --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 94120cf7..3570c7b4 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -65,7 +65,7 @@ jobs: run: brew install fftw glew glfw volk airspy rt-audio hackrf rtl-sdr - name: Prepare CMake - run: cmake $GITHUB_WORKSPACE -DOPT_BUILD_AIRSPYHF_SOURCE=OFF -DOPT_BUILD_PLUTOSDR_SOURCE=OFF -DOPT_BUILD_SOAPYSDR_SOURCE=OFF + run: cmake $GITHUB_WORKSPACE -DOPT_BUILD_AIRSPYHF_SOURCE=OFF -DOPT_BUILD_PLUTOSDR_SOURCE=OFF -DOPT_BUILD_SOAPY_SOURCE=OFF - name: Build working-directory: ${{runner.workspace}}/build