From f81d9b406a3e26b713d662c5b6294b24f0324605 Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Thu, 7 Dec 2023 16:08:28 -0800 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 bb86fbd..db40748 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -53,6 +53,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: 'true' - 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.