Install SDRplay API

pull/2303/head
Jon Beniston 2024-11-01 09:08:25 +00:00
rodzic 0bfef9de14
commit 28d0b73bc5
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -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