Skip to content

Commit 0740b85

Browse files
committed
CI: added versions printing to Windows MSYS2 workflow
1 parent dc592c0 commit 0740b85

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/windows-msys2.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
update: true
3737
pacboy: >-
3838
toolchain:p
39-
cmake:p
4039
ninja:p
4140
4241
- name: Setup CMake
@@ -54,6 +53,14 @@ jobs:
5453
used_env: ${{matrix.os}}
5554
cache_id: ${{matrix.os}}-${{matrix.sys}}-${{matrix.build_type}}
5655

56+
# Print versions
57+
- run: ${{steps.cmake.outputs.cmake_binary}} --version
58+
- run: ${{steps.cmake.outputs.ctest_binary}} --version
59+
- run: ${{steps.ccache.outputs.ccache_binary}} --version
60+
- run: ninja --version
61+
- run: cc --version
62+
- run: c++ --version
63+
5764
- name: Configure
5865
run: >-
5966
${{steps.cmake.outputs.cmake_binary}}

0 commit comments

Comments
 (0)