Skip to content

Commit

Permalink
Correct Workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 2, 2024
1 parent 8fc29b7 commit e6631ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ jobs:
arch: ${{ matrix.qtArch }}
# 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.
# \todo Remove this if/when the runner's MinGW is updated to fix the incompatibility.
tools: ${{ (startsWith(matrix.qt, '6.6') || startsWith(matrix.qt, '6.7') && startsWith(matrix.generator, 'MinGW') && 'tools_mingw90' || '' }}
tools: ${{ (startsWith(matrix.qt, '6.6') || startsWith(matrix.qt, '6.7')) && startsWith(matrix.generator, 'MinGW') && 'tools_mingw90' || '' }}
#add-tools-to-path: true ///< \toto Use once released by install-qt-action.
- name: Configure cross-compilation
if: matrix.arch == 'arm64'
Expand Down

0 comments on commit e6631ca

Please sign in to comment.