Update python-app.yml

This commit is contained in:
Anthony Samms
2025-09-21 03:25:38 -04:00
parent 1cdb950566
commit bd4dfd70f2

View File

@@ -54,7 +54,7 @@ jobs:
echo "=== Checking local PortAudio library ===" echo "=== Checking local PortAudio library ==="
# Check if the static library exists # Check if the static library exists
if [ -f "libportaudio.a" ]; then if [ -f "libportaudio-win.a" ]; then
echo "✓ Found libportaudio.a" echo "✓ Found libportaudio.a"
ls -la libportaudio-win.a ls -la libportaudio-win.a