From 6533970ebb93187c64074562c42a5b37ecf508ad Mon Sep 17 00:00:00 2001 From: gmega Date: Mon, 23 Jun 2025 10:01:34 -0300 Subject: [PATCH] fix: checkout submodules on init --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ac6a9c..f8ac606 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + submodules: recursive - name: Get Codex run: |