diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aa138e9..f632a29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,6 +60,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + submodules: recursive + + - name: Update submodules + run: git submodule update --init --remote - name: Run tests run: make ci