mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-26 02:48:31 +01:00
Fixed soapy source name macos
This commit is contained in:
parent
26605b8d90
commit
bef4a6efc1
2
.github/workflows/build_all.yml
vendored
2
.github/workflows/build_all.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user