We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc592c0 commit 0740b85Copy full SHA for 0740b85
.github/workflows/windows-msys2.yml
@@ -36,7 +36,6 @@ jobs:
36
update: true
37
pacboy: >-
38
toolchain:p
39
- cmake:p
40
ninja:p
41
42
- name: Setup CMake
@@ -54,6 +53,14 @@ jobs:
54
53
used_env: ${{matrix.os}}
55
cache_id: ${{matrix.os}}-${{matrix.sys}}-${{matrix.build_type}}
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
+
64
- name: Configure
65
run: >-
66
${{steps.cmake.outputs.cmake_binary}}
0 commit comments