File tree 1 file changed +2
-12
lines changed
1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -160,22 +160,12 @@ jobs:
160
160
version : ${{ matrix.qt-version }}
161
161
arch : win64_mingw81
162
162
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.' )
173
164
name : Install Qt 6 on Windows
174
165
uses : jurplel/install-qt-action@v4
175
166
with :
176
- aqtversion : ' ==2.1 .*'
167
+ aqtversion : ' ==2.0 .*'
177
168
version : ${{ matrix.qt-version }}
178
- arch : win64_mingw
179
169
modules : ${{env.QT_MODULES}}
180
170
cache : true
181
171
- if : false == contains( matrix.os, 'windows') && false == startsWith( matrix.qt-version, '6.' )
You can’t perform that action at this time.
0 commit comments