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'