Skip to content

Commit dfab604

Browse files
committed
Revert to Qt 6.10.2
1 parent 0c8f126 commit dfab604

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,14 @@ jobs:
8989
- name: Install Qt 6.11.0 + QtIFW
9090
uses: jurplel/install-qt-action@v4
9191
with:
92-
version: '6.11.0'
92+
version: '6.10.2'
9393
host: ${{ matrix.qt_host }}
9494
target: desktop
9595
arch: ${{ matrix.qt_arch }}
9696
cache: true
9797
aqtversion: '==3.3.*'
9898
modules: 'qthttpserver qtwebsockets qtimageformats'
9999
tools: 'tools_ifw'
100-
use-official: true
101-
email: ${{ secrets.QT_EMAIL }}
102-
pw: ${{ secrets.QT_PW }}
103100

104101
- name: Show versions (Unix)
105102
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)