Update python-app.yml

This commit is contained in:
Anthony Samms
2025-11-21 16:51:41 -05:00
parent 37b2b58883
commit f62f6e5859

View File

@@ -23,7 +23,7 @@ jobs:
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | run: |
brew update brew update
brew install portaudio libsndfile libsamplerate pkg-config brew install portaudio libsndfile speexdsp pkg-config
- name: Set up MSYS2 (Windows) - name: Set up MSYS2 (Windows)
if: runner.os == 'Windows' if: runner.os == 'Windows'
@@ -34,7 +34,7 @@ jobs:
base-devel base-devel
mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc
mingw-w64-x86_64-libsndfile mingw-w64-x86_64-libsndfile
mingw-w64-x86_64-libsamplerate mingw-w64-x86_64-speexdsp
mingw-w64-x86_64-flac mingw-w64-x86_64-flac
mingw-w64-x86_64-libvorbis mingw-w64-x86_64-libvorbis
mingw-w64-x86_64-libogg mingw-w64-x86_64-libogg
@@ -175,7 +175,7 @@ jobs:
libportaudio2 \ libportaudio2 \
portaudio19-dev \ portaudio19-dev \
libsndfile1-dev \ libsndfile1-dev \
libsamplerate0-dev \ libspeexdsp-dev \
libflac-dev \ libflac-dev \
libvorbis-dev \ libvorbis-dev \
libogg-dev \ libogg-dev \