1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-21 23:55:13 -05:00

Install SDRplay API

This commit is contained in:
Jon Beniston 2024-11-01 09:08:25 +00:00
parent 0bfef9de14
commit 28d0b73bc5

View File

@ -19,6 +19,10 @@ jobs:
run: brew update
- name: Install brew packages
run: brew install nasm subversion
- name: Install SDRplay API
run: |
wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.15.0.pkg
sudo installer -pkg SDRplayAPI-macos-installer-universal-3.15.0.pkg
- name: Install python packages for UHD
run: |
python3 -m venv .venv
@ -69,6 +73,10 @@ jobs:
run: brew update
- name: Install brew packages
run: brew install nasm subversion
- name: Install SDRplay API
run: |
wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.15.0.pkg
sudo installer -pkg SDRplayAPI-macos-installer-universal-3.15.0.pkg
- name: Install python packages for UHD
run: |
python3 -m venv .venv