Skip to content

Commit

Permalink
Merge pull request #406 from valbok/valbok-patch-2
Browse files Browse the repository at this point in the history
Update main.yaml
  • Loading branch information
valbok authored Sep 12, 2023
2 parents fa03fef + 51a0d3a commit 658ede6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,18 @@ jobs:
choco install wget unzip xidel
- name: Install Qt
if: ${{ matrix.type == 'MINGW' }}
if: ${{ matrix.type == 'MINGW' && matrix.qt_version == '5.15.2' }}
uses: jurplel/install-qt-action@v3
with:
arch: win64_mingw81
version: ${{ matrix.qt_version }}

- name: Install Qt
if: ${{ matrix.type == 'MINGW' && matrix.qt_version == '6.5.2' }}
uses: jurplel/install-qt-action@v3
with:
arch: win64_mingw
version: ${{ matrix.qt_version }}
modules: ${{ matrix.qt_modules }}

- name: Install Qt
Expand Down

0 comments on commit 658ede6

Please sign in to comment.