mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Temporary GHA Build fix
This commit is contained in:
parent
df7366a6de
commit
c73e3010ef
10
.github/workflows/qt5_6.yml
vendored
10
.github/workflows/qt5_6.yml
vendored
@ -120,6 +120,11 @@ jobs:
|
|||||||
brew install qt@${{ inputs.qt_version }} vulkan-headers ninja libftdi || true
|
brew install qt@${{ inputs.qt_version }} vulkan-headers ninja libftdi || true
|
||||||
echo '::endgroup::'
|
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'
|
||||||
|
|
||||||
- name: 👷 Build
|
- name: 👷 Build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./.github/scripts/build.sh
|
run: ./.github/scripts/build.sh
|
||||||
@ -197,6 +202,11 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
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)
|
||||||
|
uses: jwlawson/actions-setup-cmake@v2
|
||||||
|
with:
|
||||||
|
cmake-version: '3.28.3'
|
||||||
|
|
||||||
- name: 👷 Build
|
- name: 👷 Build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./.github/scripts/build.sh
|
run: ./.github/scripts/build.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user