1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-25 09:18:54 -05:00

Try to fix UHD brew install

This commit is contained in:
srcejon 2023-11-02 17:01:02 +00:00
parent 1affacbb25
commit 0f10b7f4ab

View File

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