From 0694545f7933bbdc3cbcbc54d8cbd151bc292d53 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Tue, 28 Jan 2025 17:38:00 +0100 Subject: [PATCH] GH CI: fixup checkout@v4 with submodules:recursive (since ImGuiColorTextEdit now requires a vendored submodule) --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 137aee97..663f79d4 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: true + submodules: recursive - uses: pypa/cibuildwheel@v2.22.0