diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1daa66f3..700e27b85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,8 @@ jobs: - name: Git Checkout uses: actions/checkout@v4 - submodules: true + with: + submodules: true - name: Create Build Environment # Some projects don't allow in-source building, so create a separate build directory