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 cb9662e commit fdbef7e
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 @@ -50,7 +50,7 @@ jobs:
version: ${{ matrix.qt-version }}
host: ${{ matrix.os-name }}
arch: ${{ matrix.mingw-short-version != '' && format('win32_mingw{0}', matrix.mingw-short-version) || '' }}
tools: ${{ matrix.mingw-short-version != '' && format('tools_mingw,{0}.0,qt.tools.win32_mingw{1}0', matrix.mingw-version, matrix.mingw-short-version) || '' }}
tools: ${{ matrix.mingw-short-version != '' && format('tools_mingw,qt.tools.win32_mingw{1}0', matrix.mingw-version, matrix.mingw-short-version) || '' }}

- name: Update PATH
run: |
Expand Down

0 comments on commit fdbef7e

Please sign in to comment.