Skip to content

Commit ff41f40

Browse files
committed
print cmake version
1 parent b0ebbb3 commit ff41f40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-$LLVM_VERSION 50
2929
clang-tidy --version
3030
- run: |
31+
cmake --version
3132
cmake --preset OCVSMD-Linux -DCMAKE_C_COMPILER=${{ matrix.c-compiler }} -DCMAKE_CXX_COMPILER=${{ matrix.cxx-compiler }}
3233
cmake --build --preset OCVSMD-Linux-Debug
3334
ctest --preset OCVSMD-Debug
@@ -59,6 +60,7 @@ jobs:
5960
sudo apt update -y && sudo apt upgrade -y
6061
sudo apt install gcc-multilib g++-multilib ninja-build
6162
- run: |
63+
cmake --version
6264
cmake --preset OCVSMD-Linux -DCMAKE_C_COMPILER=${{ matrix.c-compiler }} -DCMAKE_CXX_COMPILER=${{ matrix.cxx-compiler }}
6365
cmake --build --preset OCVSMD-Linux-Release
6466
ctest --preset OCVSMD-Release

0 commit comments

Comments
 (0)