mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Windows - Pin to Qt 6.7 until apqinstaller supports 6.8 correctly
This commit is contained in:
parent
3f21913bfe
commit
01608f2a88
4
.github/workflows/qt5_6.yml
vendored
4
.github/workflows/qt5_6.yml
vendored
@ -182,7 +182,7 @@ jobs:
|
||||
|
||||
- name: Install Vulkan SDK
|
||||
if: ${{ inputs.qt_version == '6' }}
|
||||
uses: jakoch/install-vulkan-sdk-action@v1.0.3
|
||||
uses: jakoch/install-vulkan-sdk-action@v1.0.4
|
||||
with:
|
||||
install_runtime: false
|
||||
cache: true
|
||||
@ -191,7 +191,7 @@ jobs:
|
||||
- name: 📥 Install Qt
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
version: ${{ inputs.qt_version == '6' && '6.*' || '5.15.*' }}
|
||||
version: ${{ inputs.qt_version == '6' && '6.7' || '5.15.*' }}
|
||||
target: 'desktop'
|
||||
modules: ${{ inputs.qt_version == '6' && 'qtserialport' || '' }}
|
||||
arch: 'win64_msvc2019_64'
|
||||
|
Loading…
x
Reference in New Issue
Block a user