Skip to content

Commit d4b8440

Browse files
committed
print cmake version
1 parent 891368d commit d4b8440

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
with:
103103
path: ${{ env.SRCDIR }}
104104

105+
- name: cmake version
106+
run: cmake --version
107+
105108
- name: Restore cache of tarantool ${{ env.T_VERSION }}
106109
uses: actions/cache@v4
107110
id: cache

0 commit comments

Comments
 (0)