Remove uhd to try to remove python dependency

This commit is contained in:
Jon Beniston 2023-10-30 13:34:30 +00:00
parent 3feaac19ea
commit 97b568ec08
1 changed files with 1 additions and 3 deletions

View File

@ -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