diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 6fd824c..98db3a8 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -54,7 +54,7 @@ jobs: make clean # Build with static linking - make static || make all + make all # Verify the build make verify diff --git a/.gitignore b/.gitignore index c983ff0..e95fd25 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ cache dev-config.toml .env libaudio.so +win-libs