Skip to content

Commit 4094640

Browse files
committed
CI: Output CMake version.
1 parent 06a9688 commit 4094640

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
run: |
5858
sudo apt update && sudo apt install ${{matrix.apt-packages}}
5959
60+
- name: CMake Version
61+
run: cmake --version
62+
6063
- name: Create Build Environment
6164
run: cmake -E make_directory ${{runner.workspace}}/build
6265

0 commit comments

Comments
 (0)