Skip to content

Commit dbff56c

Browse files
committed
new version of cmake
1 parent d4b8440 commit dbff56c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/testing.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ jobs:
105105
- name: cmake version
106106
run: cmake --version
107107

108+
- name: Setup cmake
109+
uses: jwlawson/actions-setup-cmake@v2
110+
with:
111+
cmake-version: '3.x'
112+
113+
- name: cmake version after
114+
run: cmake --version
115+
108116
- name: Restore cache of tarantool ${{ env.T_VERSION }}
109117
uses: actions/cache@v4
110118
id: cache

0 commit comments

Comments
 (0)