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 fdbef7e commit 5766804
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- os: windows-latest
os-name: windows
qt-version: '5.12.10'
mingw-version: 7.3
mingw-short-version: 73

- os: ubuntu-latest
Expand Down Expand Up @@ -50,7 +49,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,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{0}0', matrix.mingw-short-version) || '' }}

- name: Update PATH
run: |
Expand Down

0 comments on commit 5766804

Please sign in to comment.