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
|
||||
shell: bash
|
||||
|
||||
- name: Install static audio library (Unix)
|
||||
if: runner.os != 'Windows'
|
||||
- name: Create lib directory and install (macOS)
|
||||
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: |
|
||||
cd libs/audio
|
||||
sudo make install
|
||||
|
||||
Reference in New Issue
Block a user