Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov authored May 14, 2024
1 parent 9437e25 commit 144e718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
version: ${{ matrix.qt-version }}
host: ${{ matrix.os-name }}
modules: ${{join({(startsWith(matrix.qt-version, '6') && 'qt5compat ' || ''), 'qtmultimedia'}, ' ')}}
modules: ${{format('qtmultimedia {0}', (startsWith(matrix.qt-version, '6') && ' qt5compat' || ''))}}
arch: ${{ matrix.mingw-short-version != '' && format('win32_mingw{0}', matrix.mingw-short-version) || '' }}
tools: ${{ matrix.mingw-short-version != '' && format('tools_mingw,qt.tools.win32_mingw{0}0', matrix.mingw-short-version) || '' }}

Expand Down

0 comments on commit 144e718

Please sign in to comment.