60
60
${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' ||
61
61
(startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
62
62
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' || '' }}
63
68
- name : Upload aqtinstall log file
64
69
if : failure()
65
70
uses : actions/upload-artifact@v4
@@ -215,6 +220,11 @@ jobs:
215
220
${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' ||
216
221
(startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
217
222
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' || '' }}
218
228
- name : Upload aqtinstall log file
219
229
if : failure()
220
230
uses : actions/upload-artifact@v4
@@ -503,6 +513,11 @@ jobs:
503
513
version : ${{ matrix.qt }}
504
514
arch : win64_msvc2019_64
505
515
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' || '' }}
506
521
- name : Upload aqtinstall log file
507
522
if : matrix.arch == 'arm64' && failure()
508
523
uses : actions/upload-artifact@v4
@@ -523,6 +538,11 @@ jobs:
523
538
${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' ||
524
539
(startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
525
540
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' || '' }}
526
546
- name : Upload aqtinstall log file
527
547
if : failure()
528
548
uses : actions/upload-artifact@v4
0 commit comments