mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Temporarily downgrade CMake to 3.28.3 (macOS/Windows)
This commit is contained in:
parent
c73e3010ef
commit
3f21913bfe
12
.github/workflows/qt5_6.yml
vendored
12
.github/workflows/qt5_6.yml
vendored
@ -121,9 +121,9 @@ jobs:
|
|||||||
echo '::endgroup::'
|
echo '::endgroup::'
|
||||||
|
|
||||||
- name: Temporarily downgrade CMake to 3.28.3 # Please remove if GitHub has updated Cmake (greater than 3.30.0)
|
- 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
|
uses: jwlawson/actions-setup-cmake@v2
|
||||||
with:
|
with:
|
||||||
cmake-version: '3.28.3'
|
cmake-version: '3.28.3'
|
||||||
|
|
||||||
- name: 👷 Build
|
- name: 👷 Build
|
||||||
shell: bash
|
shell: bash
|
||||||
@ -203,9 +203,9 @@ jobs:
|
|||||||
run: call "${{env.VCINSTALLDIR}}\Auxiliary\Build\vcvars64.bat"
|
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)
|
- 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
|
uses: jwlawson/actions-setup-cmake@v2
|
||||||
with:
|
with:
|
||||||
cmake-version: '3.28.3'
|
cmake-version: '3.28.3'
|
||||||
|
|
||||||
- name: 👷 Build
|
- name: 👷 Build
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user