Skip to content

Commit 60e5192

Browse files
committed
CI - fix cmake version to 3.31.7
1 parent 8bea2b3 commit 60e5192

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ jobs:
9393
# Get the code
9494
- uses: actions/checkout@v4
9595

96+
- name: Set up CMake
97+
uses: lukka/get-cmake@v3.31.7
98+
9699
# Install Ruby for the windows build
97100
- uses: ruby/setup-ruby@v1
98101
id: ruby-inst

0 commit comments

Comments
 (0)