mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 08:04:49 -05:00
Add target option
This commit is contained in:
parent
28d0b73bc5
commit
03f4dfe2e1
4
.github/workflows/mac.yml
vendored
4
.github/workflows/mac.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
- 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
|
||||
sudo installer -pkg SDRplayAPI-macos-installer-universal-3.15.0.pkg -target /
|
||||
- name: Install python packages for UHD
|
||||
run: |
|
||||
python3 -m venv .venv
|
||||
@ -76,7 +76,7 @@ jobs:
|
||||
- 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
|
||||
sudo installer -pkg SDRplayAPI-macos-installer-universal-3.15.0.pkg -target /
|
||||
- name: Install python packages for UHD
|
||||
run: |
|
||||
python3 -m venv .venv
|
||||
|
Loading…
Reference in New Issue
Block a user