Skip to content

Commit

Permalink
Try installing opencv separately
Browse files Browse the repository at this point in the history
  • Loading branch information
srcejon committed Oct 30, 2023
1 parent ccade1b commit 2709c54
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sdrangel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: brew install nasm boost hidapi libusb fftw ffmpeg faad2 zlib airspy airspyhf hackrf rtl-sdr libbladerf soapysdr qt uhd
- name: Install brew opencv package
run: |
rm -f /usr/local/bin/2to3
brew install opencv
- name: Configure SDRangel
run: |
mkdir build && cd build
Expand Down

0 comments on commit 2709c54

Please sign in to comment.