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