mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 10:47:34 +01:00
MacOS CI fix
This commit is contained in:
parent
637d683c0a
commit
447d0e969e
3
.github/workflows/build_all.yml
vendored
3
.github/workflows/build_all.yml
vendored
@ -93,6 +93,9 @@ jobs:
|
||||
- name: Update brew repositories
|
||||
run: brew update
|
||||
|
||||
- name: Fix python
|
||||
run: rm -f /usr/local/bin/2to3
|
||||
|
||||
- name: Install dependencies
|
||||
run: brew install libusb fftw glfw airspy airspyhf portaudio hackrf rtl-sdr libbladerf codec2 zstd && pip3 install mako
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user