Skip to content

Commit

Permalink
mac test #4
Browse files Browse the repository at this point in the history
  • Loading branch information
fventuri committed Jun 9, 2024
1 parent 5d28abb commit 724b55b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: push

env:
MACPORTS_DOWNLOADS: 'https://github.com/macports/macports-base/releases/download/v2.9.3'
#MACPORTS_DOWNLOADS: 'https://github.com/macports/macports-base/releases/download/v2.9.3'
SDRPLAY_SOFTWARE_DOWNLOADS: 'https://www.sdrplay.com/software'

jobs:
Expand All @@ -14,12 +14,13 @@ jobs:
- name: Check MacOS version
run: sw_vers
- name: Install GNU Radio
env:
MACPORTS_SONOMA_PKG: MacPorts-2.9.3-14-Sonoma.pkg
run: |
curl -s -S -O "$MACPORTS_DOWNLOADS/$MACPORTS_SONOMA_PKG"
sudo installer -pkg "$MACPORTS_SONOMA_PKG" -target /
sudo port install gnuradio
#env:
# MACPORTS_SONOMA_PKG: MacPorts-2.9.3-14-Sonoma.pkg
#run: |
# curl -s -S -O "$MACPORTS_DOWNLOADS/$MACPORTS_SONOMA_PKG"
# sudo installer -pkg "$MACPORTS_SONOMA_PKG" -target /
# sudo port install gnuradio
run: brew install gnuradio
- name: Install SDRplay API 3.X
env:
SDRPLAY_API_FILE_MACOS: SDRplayAPI-macos-installer-universal-3.15.0.pkg
Expand Down

0 comments on commit 724b55b

Please sign in to comment.