From fb6043de23a9dc5f8b4fe92fd2f3161253e21b51 Mon Sep 17 00:00:00 2001 From: Anthony Samms Date: Mon, 15 Sep 2025 20:20:43 -0400 Subject: [PATCH] yea idk man --- .github/workflows/python-app.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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