From 103134cdeb2d592cfbc1d9510afc71e914d1972f Mon Sep 17 00:00:00 2001 From: Kyle Widmann Date: Wed, 8 Jan 2025 05:49:28 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8236a68..9b746d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,8 +21,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - submodules: 'true' + submodules: 'recursive' - name: Build working-directory: . - run: make ci \ No newline at end of file + run: make ci