mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
update build system
This commit is contained in:
2
.github/workflows/python-app.yml
vendored
2
.github/workflows/python-app.yml
vendored
@@ -47,12 +47,12 @@ jobs:
|
||||
libspeexdsp-dev \
|
||||
|
||||
- name: Build libaudio
|
||||
shell: ${{ runner.os == 'Windows' && 'msys2 {0}' || 'bash' }}
|
||||
run: |
|
||||
cd libs/audio
|
||||
make clean
|
||||
make all
|
||||
make verify
|
||||
shell: bash
|
||||
|
||||
- name: Upload libaudio Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user