Temporarily downgrade CMake to 3.28.3 (macOS/Windows)

This commit is contained in:
Paulchen-Panther 2024-07-12 22:48:13 +02:00 committed by GitHub
parent c73e3010ef
commit 3f21913bfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,9 +121,9 @@ jobs:
echo '::endgroup::'
- name: Temporarily downgrade CMake to 3.28.3 # Please remove if GitHub has updated Cmake (greater than 3.30.0)
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.28.3'
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.28.3'
- name: 👷 Build
shell: bash
@ -203,9 +203,9 @@ jobs:
run: call "${{env.VCINSTALLDIR}}\Auxiliary\Build\vcvars64.bat"
- name: Temporarily downgrade CMake to 3.28.3 # Please remove if GitHub has updated Cmake (greater than 3.30.0)
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.28.3'
uses: jwlawson/actions-setup-cmake@v2
with:
cmake-version: '3.28.3'
- name: 👷 Build
shell: bash