From 085ed385df773eb6cd598acb99d7c8c673689c41 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Thu, 28 Jan 2021 20:41:23 -0800 Subject: [PATCH] actually update submodules --- .github/workflows/cmake.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 8d97bc4..4d98ca0 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -16,9 +16,10 @@ jobs: steps: - uses: actions/checkout@v2 - - - name: Checkout submodules - run: git submodule init + with: + # Whether to checkout submodules: `true` to checkout submodules or `recursive` to + # recursively checkout submodules. + submodules: 'true' - name: Create Build Environment # Some projects don't allow in-source building, so create a separate build directory