From e2ddc01741076f29b2d83f791bd6cb79624f73b7 Mon Sep 17 00:00:00 2001 From: Luke Eversfield Date: Wed, 18 Oct 2023 23:12:55 +0200 Subject: [PATCH] update submodule in CI run --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 729c6bf..e9c57ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,6 +87,9 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive + + - name: Update submodules + run: git submodule update --init --remote - name: Run tests run: make ci