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