From 95b04e6383487a23983ec058c56c5e69e2bd3aac Mon Sep 17 00:00:00 2001 From: Ravbug Date: Wed, 18 Sep 2024 09:13:20 -0400 Subject: [PATCH] Get all submodules --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecc2585..9121901 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: - submodules: true + submodules: recursive - name: Configure run: | mkdir build