Skip to content

Commit 60b29b3

Browse files
authored
fix cmake version
1 parent 0bd0c1f commit 60b29b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup CMake
4747
uses: jwlawson/actions-setup-cmake@v2
4848
with:
49-
cmake-version: '3.27.0' # or whatever version you want
49+
cmake-version: '3.29.0'
5050

5151
- name: Install compiler on Ubuntu
5252
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)