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:
13
.github/workflows/python-app.yml
vendored
13
.github/workflows/python-app.yml
vendored
@@ -171,8 +171,17 @@ jobs:
|
|||||||
make verify
|
make verify
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Install static audio library (Unix)
|
- name: Create lib directory and install (macOS)
|
||||||
if: runner.os != 'Windows'
|
if: runner.os == 'macOS'
|
||||||
|
run: |
|
||||||
|
# Create the directory if it doesn't exist
|
||||||
|
sudo mkdir -p /usr/local/lib
|
||||||
|
cd libs/audio
|
||||||
|
sudo make install
|
||||||
|
shell: bash
|
||||||
|
|
||||||
|
- name: Install static audio library (Linux)
|
||||||
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
cd libs/audio
|
cd libs/audio
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|||||||
Reference in New Issue
Block a user