mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
Update python-app.yml
This commit is contained in:
14
.github/workflows/python-app.yml
vendored
14
.github/workflows/python-app.yml
vendored
@@ -46,8 +46,18 @@ jobs:
|
||||
libsndfile1-dev \
|
||||
libspeexdsp-dev \
|
||||
|
||||
- name: Build libaudio
|
||||
shell: ${{ runner.os == 'Windows' && 'msys2 {0}' || 'bash' }}
|
||||
- name: Build libaudio (Windows)
|
||||
if: runner.os == 'Windows'
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
cd libs/audio
|
||||
make clean
|
||||
make all
|
||||
make verify
|
||||
|
||||
- name: Build libaudio (Unix)
|
||||
if: runner.os != 'Windows'
|
||||
shell: bash
|
||||
run: |
|
||||
cd libs/audio
|
||||
make clean
|
||||
|
||||
Reference in New Issue
Block a user