mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
Install SDRplay API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user