mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
Update python-app.yml
This commit is contained in:
6
.github/workflows/python-app.yml
vendored
6
.github/workflows/python-app.yml
vendored
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user