Skip to content

Commit 35c9a05

Browse files
author
Oleh Kulykov
committed
1722263240
1 parent 3a7c66e commit 35c9a05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cmake-cygwin.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ jobs:
3434

3535
- name: List paths
3636
run: |
37-
g++ --version
3837
gcc --version
38+
g++ --version
39+
cmake --help
40+
3941
4042
- name: Set reusable strings
4143
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.

0 commit comments

Comments
 (0)