Update python-app.yml

This commit is contained in:
Anthony Samms
2025-11-22 17:33:00 -05:00
parent 9e2ce5c28a
commit b33bcfdef6

View File

@@ -23,7 +23,7 @@ jobs:
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | run: |
brew update brew update
brew install libsndfile speexdsp brew install portaudio libsndfile speexdsp
- name: Install libaudio Dependencies (Windows) - name: Install libaudio Dependencies (Windows)
if: runner.os == 'Windows' if: runner.os == 'Windows'
@@ -45,6 +45,7 @@ jobs:
pkg-config \ pkg-config \
libsndfile1-dev \ libsndfile1-dev \
libspeexdsp-dev \ libspeexdsp-dev \
portaudio19-dev \
- name: Build libaudio (Windows) - name: Build libaudio (Windows)
if: runner.os == 'Windows' if: runner.os == 'Windows'