mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
losing my mind
This commit is contained in:
6
.github/workflows/python-app.yml
vendored
6
.github/workflows/python-app.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
||||
brew update
|
||||
brew install portaudio libsndfile libsamplerate pkg-config
|
||||
|
||||
# Use MSYS2 for Windows audio library build with all codec dependencies
|
||||
- name: Set up MSYS2 (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
uses: msys2/setup-msys2@v2
|
||||
@@ -40,6 +41,9 @@ jobs:
|
||||
mingw-w64-x86_64-libvorbis
|
||||
mingw-w64-x86_64-libogg
|
||||
mingw-w64-x86_64-opus
|
||||
mingw-w64-x86_64-mpg123
|
||||
mingw-w64-x86_64-lame
|
||||
mingw-w64-x86_64-speex
|
||||
|
||||
- name: Build static audio library (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
@@ -50,7 +54,7 @@ jobs:
|
||||
make clean
|
||||
|
||||
# Build with static linking
|
||||
make all
|
||||
make static
|
||||
|
||||
# Verify the build
|
||||
make verify
|
||||
|
||||
Reference in New Issue
Block a user