From 9b1c9f16f1a4ebcddea78838185c42ed4d9ba541 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 1 Aug 2022 18:31:03 +0200 Subject: [PATCH] ci: Check CMake version --- .github/workflows/ci-test-package-cmake.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 2c6440ac..d577183e 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -200,6 +200,7 @@ jobs: shell: cmd working-directory: build/${{ matrix.build_type }} run: | + cmake --version call conanvcvars.bat cmake ../../src -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} - name: Configure mp-units CMake @@ -207,6 +208,7 @@ jobs: shell: bash working-directory: build/${{ matrix.build_type }} run: | + cmake --version cmake ../../src -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} - name: Install mp-units shell: bash