diff --git a/.github/workflows/ci_build.yaml b/.github/workflows/ci_build.yaml index dba48bfd..8baeb840 100644 --- a/.github/workflows/ci_build.yaml +++ b/.github/workflows/ci_build.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Check out this repo + - name: Check out this repo and submodules uses: actions/checkout@v3 with: submodules: 'true'