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_buildWindows.yml
vendored
4
.github/workflows/sub_buildWindows.yml
vendored
@@ -98,6 +98,10 @@ jobs:
|
||||
. $env:ccachebindir\ccache -s
|
||||
. $env:ccachebindir\ccache -z
|
||||
. $env:ccachebindir\ccache -p
|
||||
- name: Install cmake
|
||||
uses: jwlawson/actions-setup-cmake@v2
|
||||
with:
|
||||
cmake-version: '3.31.6'
|
||||
- name: Configuring CMake
|
||||
run: >
|
||||
cmake -B"${{ env.builddir }}" .
|
||||
|
||||
Reference in New Issue
Block a user