Skip to content

Commit 01608f2

Browse files
committed
Windows - Pin to Qt 6.7 until apqinstaller supports 6.8 correctly
1 parent 3f21913 commit 01608f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qt5_6.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182

183183
- name: Install Vulkan SDK
184184
if: ${{ inputs.qt_version == '6' }}
185-
uses: jakoch/[email protected].3
185+
uses: jakoch/[email protected].4
186186
with:
187187
install_runtime: false
188188
cache: true
@@ -191,7 +191,7 @@ jobs:
191191
- name: 📥 Install Qt
192192
uses: jurplel/install-qt-action@v4
193193
with:
194-
version: ${{ inputs.qt_version == '6' && '6.*' || '5.15.*' }}
194+
version: ${{ inputs.qt_version == '6' && '6.7' || '5.15.*' }}
195195
target: 'desktop'
196196
modules: ${{ inputs.qt_version == '6' && 'qtserialport' || '' }}
197197
arch: 'win64_msvc2019_64'

0 commit comments

Comments
 (0)