Skip to content

Commit

Permalink
Temporary GHA Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulchen-Panther authored Jul 12, 2024
1 parent df7366a commit c73e301
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/qt5_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ jobs:
brew install qt@${{ inputs.qt_version }} vulkan-headers ninja libftdi || true
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
shell: bash
run: ./.github/scripts/build.sh
Expand Down Expand Up @@ -197,6 +202,11 @@ jobs:
shell: cmd
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
shell: bash
run: ./.github/scripts/build.sh
Expand Down

0 comments on commit c73e301

Please sign in to comment.