diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 8cbbaf2..b6c35a2 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -22,7 +22,8 @@ jobs: - name: Git update submodules run: | git submodule update --init --recursive --depth 1 - + - name: Test CMake version + run: cmake --version - 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