diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 124cd69..de3d68a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,9 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive + + - name: Update submodules + run: git submodule update --init --remote - name: Run tests run: make ci