Skip to content

Commit 648b0c7

Browse files
committed
Correct Actions syntax
1 parent f77b03c commit 648b0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ jobs:
383383
arch: ${{ matrix.qtArch }}
384384
# 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.
385385
# \todo Remove this if/when the runner's MinGW is updated to fix the incompatibility.
386-
tools: ${{ (startsWith(matrix.qt, '6.6') || startsWith(matrix.qt, '6.7' || startsWith(matrix.qt, '6.8' )) && startsWith(matrix.generator, 'MinGW') && 'tools_mingw90' || '' }}
386+
tools: ${{ (startsWith(matrix.qt, '6.6') || startsWith(matrix.qt, '6.7') || startsWith(matrix.qt, '6.8' )) && startsWith(matrix.generator, 'MinGW') && 'tools_mingw90' || '' }}
387387
add-tools-to-path: true
388388
documentation: true
389389
doc-archives: ${{ (startsWith(matrix.qt, '5.10.') || startsWith(matrix.qt, '5.11.')) && 'qt' || (startsWith(matrix.qt, '5') && 'qtcore qtbluetooth' || 'qtcore') }}

0 commit comments

Comments
 (0)