1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-01-21 04:55:32 -05:00

Add ncurses for mac build, as needed by bladeRF-power

This commit is contained in:
Jon Beniston 2025-09-21 11:36:46 +01:00
parent 39757ecba3
commit 7290a48a30

View File

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