Skip to content

Commit f1fae91

Browse files
committed
Check if we still need Qt's MinGW on GitHub hosted runners
1 parent 4a5ee84 commit f1fae91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ jobs:
371371
arch: ${{ matrix.qtArch }}
372372
# Use Qt's shipped MinGW for Qt 6.6+ for now, as the runner's MinGW version crashes with Qt 6.6 and 6.7.
373373
# \todo Remove this if/when the runner's MinGW is updated to fix the incompatibility.
374-
tools: ${{ (startsWith(matrix.qt, '6.6') || startsWith(matrix.qt, '6.7') || startsWith(matrix.qt, '6.8' )) && startsWith(matrix.generator, 'MinGW') && 'tools_mingw90' || '' }}
375-
add-tools-to-path: true
374+
#tools: ${{ (startsWith(matrix.qt, '6.6') || startsWith(matrix.qt, '6.7') || startsWith(matrix.qt, '6.8' )) && startsWith(matrix.generator, 'MinGW') && 'tools_mingw90' || '' }}
375+
#add-tools-to-path: true
376376
documentation: true
377377
doc-archives: ${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' || (startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}
378378
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}

0 commit comments

Comments
 (0)