mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +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
|
||||
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)
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user