Fixes for MacOS github build

This commit is contained in:
Mike Black W9MDB 2024-09-08 08:47:18 -05:00
parent 6cc21cdad3
commit 111a51217d

View File

@ -24,6 +24,9 @@ jobs:
- name: Install dependencies on macOS
if: runner.os == 'macOS'
run: |
brew install autoreconf
brew install automake
brew install libtool
brew install libusb
brew install grep
- name: bootstrap