1
0
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:
Jon Beniston 2024-11-01 09:11:32 +00:00
parent 28d0b73bc5
commit 03f4dfe2e1

View File

@ -22,7 +22,7 @@ jobs:
- name: Install SDRplay API - name: Install SDRplay API
run: | run: |
wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.15.0.pkg 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 - name: Install python packages for UHD
run: | run: |
python3 -m venv .venv python3 -m venv .venv
@ -76,7 +76,7 @@ jobs:
- name: Install SDRplay API - name: Install SDRplay API
run: | run: |
wget https://www.sdrplay.com/software/SDRplayAPI-macos-installer-universal-3.15.0.pkg 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 - name: Install python packages for UHD
run: | run: |
python3 -m venv .venv python3 -m venv .venv