Skip to content

Commit 2ffa743

Browse files
committed
#3224 ci: try to install the correct Qt 6 version
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 1fd1f17 commit 2ffa743

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/build-test.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -160,22 +160,12 @@ jobs:
160160
version: ${{ matrix.qt-version }}
161161
arch: win64_mingw81
162162
cache: true
163-
- if: contains( matrix.os, 'windows') && matrix.qt-version == '6.2.4'
164-
name: Install Qt Qt 6.2.4 on Windows
165-
uses: jurplel/install-qt-action@v4
166-
with:
167-
aqtversion: '==2.0.0'
168-
version: ${{ matrix.qt-version }}
169-
arch: win64_mingw
170-
modules: ${{env.QT_MODULES}}
171-
cache: true
172-
- if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' ) && matrix.qt-version != '6.2.4'
163+
- if: contains( matrix.os, 'windows') && startsWith( matrix.qt-version, '6.' )
173164
name: Install Qt 6 on Windows
174165
uses: jurplel/install-qt-action@v4
175166
with:
176-
aqtversion: '==2.1.*'
167+
aqtversion: '==2.0.*'
177168
version: ${{ matrix.qt-version }}
178-
arch: win64_mingw
179169
modules: ${{env.QT_MODULES}}
180170
cache: true
181171
- if: false == contains( matrix.os, 'windows') && false == startsWith( matrix.qt-version, '6.' )

0 commit comments

Comments
 (0)