mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-05 19:18:38 -04:00
Install svn needed to build lame
This commit is contained in:
parent
88c5554970
commit
405073d198
4
.github/workflows/mac.yml
vendored
4
.github/workflows/mac.yml
vendored
@ -15,6 +15,10 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Update brew
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user