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:
3
.github/workflows/python-app.yml
vendored
3
.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 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user