From 47e3ccf9f904ca5be01adcff14695c99190b986c Mon Sep 17 00:00:00 2001 From: Xavier Saliniere Date: Thu, 28 May 2026 17:19:24 -0400 Subject: [PATCH] fix(ci): add missing submodule recursive checkout --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0823d4..5063ad0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,6 +107,8 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 + with: + submodules: recursive - name: Set up Node.js using mise uses: jdx/mise-action@v2