Skip to content

Commit eef0aaa

Browse files
committed
Use aqtinstall HEAD for Qt 6.8.1 and 6.8.0 support
At least until the fix for #843 is released (presumably in aqtinstall 3.1.22). See miurahr/aqtinstall#843 and miurahr/aqtinstall#857.
1 parent fe107e7 commit eef0aaa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/build.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ jobs:
6060
${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' ||
6161
(startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
6262
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
63+
# \todo Use aqtinstall HEAD for Qt 6.8.1 and 6.8.0 support, until the fix for #843 is released (presumably in
64+
# aqtinstall 3.1.22. See https://github.com/miurahr/aqtinstall/issues/843
65+
aqtsource: >-
66+
${{ (startsWith(matrix.qt, '6.8') || startsWith(matrix.qt, '6.9')) &&
67+
'git+https://github.com/miurahr/aqtinstall.git' || '' }}
6368
- name: Upload aqtinstall log file
6469
if: failure()
6570
uses: actions/upload-artifact@v4
@@ -215,6 +220,11 @@ jobs:
215220
${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' ||
216221
(startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
217222
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
223+
# \todo Use aqtinstall HEAD for Qt 6.8.1 and 6.8.0 support, until the fix for #843 is released (presumably in
224+
# aqtinstall 3.1.22. See https://github.com/miurahr/aqtinstall/issues/843
225+
aqtsource: >-
226+
${{ (startsWith(matrix.qt, '6.8') || startsWith(matrix.qt, '6.9')) &&
227+
'git+https://github.com/miurahr/aqtinstall.git' || '' }}
218228
- name: Upload aqtinstall log file
219229
if: failure()
220230
uses: actions/upload-artifact@v4
@@ -503,6 +513,11 @@ jobs:
503513
version: ${{ matrix.qt }}
504514
arch: win64_msvc2019_64
505515
set-env: false
516+
# \todo Use aqtinstall HEAD for Qt 6.8.1 and 6.8.0 support, until the fix for #843 is released (presumably in
517+
# aqtinstall 3.1.22. See https://github.com/miurahr/aqtinstall/issues/843
518+
aqtsource: >-
519+
${{ (startsWith(matrix.qt, '6.8') || startsWith(matrix.qt, '6.9')) &&
520+
'git+https://github.com/miurahr/aqtinstall.git' || '' }}
506521
- name: Upload aqtinstall log file
507522
if: matrix.arch == 'arm64' && failure()
508523
uses: actions/upload-artifact@v4
@@ -523,6 +538,11 @@ jobs:
523538
${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' ||
524539
(startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
525540
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
541+
# \todo Use aqtinstall HEAD for Qt 6.8.1 and 6.8.0 support, until the fix for #843 is released (presumably in
542+
# aqtinstall 3.1.22. See https://github.com/miurahr/aqtinstall/issues/843
543+
aqtsource: >-
544+
${{ (startsWith(matrix.qt, '6.8') || startsWith(matrix.qt, '6.9')) &&
545+
'git+https://github.com/miurahr/aqtinstall.git' || '' }}
526546
- name: Upload aqtinstall log file
527547
if: failure()
528548
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)