Build: force CMake to 3.31.6 version in CI (#20581)
* Update sub_buildUbuntu.yml * Update sub_buildWindows.yml
This commit is contained in:
committed by
GitHub
parent
db08735e10
commit
644b902615
4
.github/workflows/sub_buildUbuntu.yml
vendored
4
.github/workflows/sub_buildUbuntu.yml
vendored
@@ -107,6 +107,10 @@ jobs:
|
||||
ccache -s
|
||||
ccache -z
|
||||
ccache -p
|
||||
- name: Install cmake
|
||||
uses: jwlawson/actions-setup-cmake@v2
|
||||
with:
|
||||
cmake-version: '3.31.6'
|
||||
- name: CMake Configure
|
||||
uses: ./.github/workflows/actions/linux/configure
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user