mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30: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 \
|
libsndfile1-dev \
|
||||||
libspeexdsp-dev \
|
libspeexdsp-dev \
|
||||||
|
|
||||||
- name: Build libaudio
|
- name: Build libaudio (Windows)
|
||||||
shell: ${{ runner.os == 'Windows' && 'msys2 {0}' || 'bash' }}
|
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: |
|
run: |
|
||||||
cd libs/audio
|
cd libs/audio
|
||||||
make clean
|
make clean
|
||||||
|
|||||||
Reference in New Issue
Block a user