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