From a21ea9b7bc8bb8f30174a041550a7bdcc54cc5a0 Mon Sep 17 00:00:00 2001 From: Yonokid <37304577+Yonokid@users.noreply.github.com> Date: Sat, 27 Dec 2025 18:40:08 -0500 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) 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'