1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-12-07 11:33:21 -05:00

Add ncurses needed by bladeRF-power, which we can't appear to disable

This commit is contained in:
Jon Beniston 2025-09-21 10:01:49 +01:00
parent 3429cbf7bf
commit 184516c500

View File

@ -20,7 +20,7 @@ jobs:
- name: Update brew
run: brew update
- name: Install brew packages
run: brew install nasm subversion
run: brew install nasm subversion ncurses
- name: Install SDRplay API
run: |
wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.15.0.pkg
@ -95,7 +95,7 @@ jobs:
- name: Update brew
run: brew update
- name: Install brew packages
run: brew install nasm subversion
run: brew install nasm subversion ncurses
- name: Install SDRplay API
run: |
wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.15.0.pkg