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:
5
.github/workflows/python-app.yml
vendored
5
.github/workflows/python-app.yml
vendored
@@ -154,7 +154,6 @@ jobs:
|
|||||||
|
|
||||||
echo "=== Root directory contents ==="
|
echo "=== Root directory contents ==="
|
||||||
ls -la *.dll 2>/dev/null || echo "No DLLs in root directory"
|
ls -la *.dll 2>/dev/null || echo "No DLLs in root directory"
|
||||||
cp libs/audio/*.dll release/ 2>/dev/null
|
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
# For Unix systems, also try static builds
|
# For Unix systems, also try static builds
|
||||||
@@ -187,7 +186,6 @@ jobs:
|
|||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
# Create the directory if it doesn't exist
|
# Create the directory if it doesn't exist
|
||||||
cp libs/audio/*.dylib release/ 2>/dev/null
|
|
||||||
sudo mkdir -p /usr/local/lib
|
sudo mkdir -p /usr/local/lib
|
||||||
cd libs/audio
|
cd libs/audio
|
||||||
sudo make install
|
sudo make install
|
||||||
@@ -196,7 +194,6 @@ jobs:
|
|||||||
- name: Install static audio library (Linux)
|
- name: Install static audio library (Linux)
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
cp libs/audio/*.so release/ 2>/dev/null
|
|
||||||
cd libs/audio
|
cd libs/audio
|
||||||
sudo make install
|
sudo make install
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -205,7 +202,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: PyTaiko-${{ runner.os }}-${{ runner.arch }}
|
name: PyTaiko-${{ runner.os }}-${{ runner.arch }}
|
||||||
path: release/
|
path: release/libaudio.*
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v4
|
uses: astral-sh/setup-uv@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user