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:
parent
0bfef9de14
commit
28d0b73bc5
8
.github/workflows/mac.yml
vendored
8
.github/workflows/mac.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user