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:
parent
3429cbf7bf
commit
184516c500
4
.github/workflows/mac.yml
vendored
4
.github/workflows/mac.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user