added first mac workflow

a first test...
This commit is contained in:
dj2ls 2022-02-16 16:58:19 +01:00
parent 625afdb8b0
commit 9d2adc3e88

View file

@ -44,12 +44,11 @@ jobs:
- name: Install Portaudio
if: matrix.os == 'macos-10.15'
run: |
brew remove portaudio
brew install portaudio
pip3 install pyaudio
- name: Build codec2 Linux
- name: Build codec2 macOS
if: matrix.os == 'macos-10.15'
working-directory: tnc
run: |