Remove uhd to try to remove python dependency

pull/1869/head
Jon Beniston 2023-10-30 13:34:30 +00:00
rodzic 3feaac19ea
commit 97b568ec08
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -109,9 +109,7 @@ jobs:
- name: Update brew
run: brew update
- name: Install brew packages
run: |
rm -f /usr/local/bin/2to3
brew install nasm boost hidapi libusb fftw ffmpeg faad2 opencv zlib airspy airspyhf hackrf rtl-sdr libbladerf uhd soapysdr
run: brew install nasm boost hidapi libusb fftw ffmpeg faad2 opencv zlib airspy airspyhf hackrf rtl-sdr libbladerf soapysdr
- name: Configure SDRangel
run: |
mkdir build && cd build