diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c93237b..36703a4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,8 +23,6 @@ jobs: steps: - name: Check-out repository uses: actions/checkout@v4 - with: - submodules: recursive - name: Install libaudio Dependencies (macOS) if: runner.os == 'macOS'