From 8b1c371608f7cd6e4bec32df9751e213eea0b2c7 Mon Sep 17 00:00:00 2001 From: 20PercentRendered <32398752+20PercentRendered@users.noreply.github.com> Date: Sat, 30 Apr 2022 13:54:11 +0300 Subject: [PATCH] clone submodules on gh actions --- .github/workflows/cmake.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c4dedc4..d97fdca 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -19,7 +19,12 @@ jobs: steps: - uses: actions/checkout@v3 - + + - name: Init and update submodules + run: | + git submodule init + git submodule update + - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type