From d91ed1dfbd5e3ad082b06e469f678cb3d04690b5 Mon Sep 17 00:00:00 2001 From: Luke Eversfield Date: Wed, 18 Oct 2023 23:27:47 +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 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