Skip to content

Commit e5271ad

Browse files
committed
[ci] fix: specify cmake version due to 4.0 fiasco
1 parent 3f4cade commit e5271ad

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/codeql-analysis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ jobs:
8282
# Prefix the list here with "+" to use these queries and those in the config file.
8383
# queries: ./path/to/local/query, your-org/your-repo/queries@main
8484

85-
- name: Install latest CMake.
86-
uses: lukka/get-cmake@latest
85+
# Install latest CMake.
86+
- uses: lukka/get-cmake@latest
87+
with:
88+
cmakeVersion: 3.29.4
8789

8890
- name: cache ccache
8991
uses: actions/cache@v4

.github/workflows/coverage-docs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555

5656
# Install latest CMake.
5757
- uses: lukka/get-cmake@latest
58+
with:
59+
cmakeVersion: 3.29.4
5860

5961
- name: cache ccache
6062
uses: actions/cache@v4

0 commit comments

Comments
 (0)