From 3a814ef6c25b283f94f455313d7eaef6f61a4c63 Mon Sep 17 00:00:00 2001 From: Dave Allie Date: Mon, 15 Dec 2025 19:26:45 +1100 Subject: [PATCH] Checkout submodules --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 956d75e..fb1d8ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: CI -on: [push, pull_request] +on: push jobs: build: @@ -7,6 +7,8 @@ jobs: steps: - uses: actions/checkout@v6 + with: + submodules: recursive - uses: actions/cache@v5 with: path: |