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