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:
9
.github/workflows/python-app.yml
vendored
9
.github/workflows/python-app.yml
vendored
@@ -120,15 +120,6 @@ jobs:
|
|||||||
# Verify the build
|
# Verify the build
|
||||||
make verify 2>/dev/null || echo "Verification step not available"
|
make verify 2>/dev/null || echo "Verification step not available"
|
||||||
|
|
||||||
# Show final library info
|
|
||||||
echo "=== Final library verification ==="
|
|
||||||
ls -la *.dll *.a 2>/dev/null || echo "No libraries found"
|
|
||||||
|
|
||||||
# Check for ASIO symbols in our library
|
|
||||||
if [ -f libaudio.dll ]; then
|
|
||||||
echo "=== Checking our library for ASIO symbols ==="
|
|
||||||
nm libaudio.dll | grep -i asio && echo "Our library has ASIO support!" || echo "Our library uses non-ASIO audio APIs"
|
|
||||||
|
|
||||||
- name: Copy static DLL (Windows)
|
- name: Copy static DLL (Windows)
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user