From 223514cae9c56f9c4a9c584ee4d610f90b42c3a0 Mon Sep 17 00:00:00 2001 From: Sakimotor Date: Mon, 3 Mar 2025 11:12:59 +0100 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 5229ae6..4861db0 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -24,6 +24,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: recursive - name: Install Ninja (Linux) if: runner.os == 'Linux'