Build: force CMake to 3.31.6 version in CI (#20581)

* Update sub_buildUbuntu.yml
* Update sub_buildWindows.yml
This commit is contained in:
Benjamin Bræstrup Sayoc
2025-04-01 21:29:52 +02:00
committed by GitHub
parent db08735e10
commit 644b902615
2 changed files with 8 additions and 0 deletions

View File

@@ -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 }}" .