From 818b948731e1e12469cdb4c3c4d4ee577b724124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20GUEZO?= Date: Thu, 13 Nov 2025 22:50:51 +0100 Subject: [PATCH] fix(workflows): add submodule prerequisites --- .github/workflows/cmake-multi-platform.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 40255d1..ba6c92b 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -49,7 +49,9 @@ jobs: steps: - uses: actions/checkout@v4 - + with: + submodules: true + fetch-depth: 0 - name: Set reusable strings # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file. id: strings