mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +01:00
Fixed macos build
This commit is contained in:
parent
37bf9c46c5
commit
f572d12936
3
.github/workflows/build_all.yml
vendored
3
.github/workflows/build_all.yml
vendored
@ -67,6 +67,9 @@ jobs:
|
||||
|
||||
- name: Create Build Environment
|
||||
run: cmake -E make_directory ${{runner.workspace}}/build
|
||||
|
||||
- name: Update brew repositories
|
||||
run: brew update
|
||||
|
||||
- name: Install dependencies
|
||||
run: brew install fftw glew glfw volk airspy airspyhf portaudio hackrf rtl-sdr libbladerf
|
||||
|
Loading…
Reference in New Issue
Block a user