From 77886d34cbe34b6e50ec97dedbea41de89491510 Mon Sep 17 00:00:00 2001 From: Anthony Samms Date: Tue, 23 Dec 2025 22:21:37 -0500 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index d3226ac..1ac8379 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -18,6 +18,8 @@ jobs: steps: - name: Check-out repository uses: actions/checkout@v4 + with: + submodules: recursive - name: Install libaudio Dependencies (macOS) if: runner.os == 'macOS'