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 13, 2024
1 parent 8eb36ef commit 49b8555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
with:
version: ${{ matrix.qt-version }}
host: ${{ matrix.os-name }}
arch: 'win32_mingw${{ matrix.mingw-short-version }}'
tools: 'tools_mingw,${{ matrix.mingw-version }}.0,qt.tools.win32_mingw${{ matrix.mingw-short-version }}0'
arch: ${{ matrix.mingw-short-version != '' && ('win32_mingw' + matrix.mingw-short-version) || '' }}
tools: ${{ matrix.mingw-short-version != '' && 'tools_mingw,'+matrix.mingw-version+'.0,qt.tools.win32_mingw'+matrix.mingw-short-version+'0' || '' }}

- name: Update PATH
run: |
Expand Down

0 comments on commit 49b8555

Please sign in to comment.