We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8f126 commit dfab604Copy full SHA for dfab604
1 file changed
.github/workflows/ci.yml
@@ -89,17 +89,14 @@ jobs:
89
- name: Install Qt 6.11.0 + QtIFW
90
uses: jurplel/install-qt-action@v4
91
with:
92
- version: '6.11.0'
+ version: '6.10.2'
93
host: ${{ matrix.qt_host }}
94
target: desktop
95
arch: ${{ matrix.qt_arch }}
96
cache: true
97
aqtversion: '==3.3.*'
98
modules: 'qthttpserver qtwebsockets qtimageformats'
99
tools: 'tools_ifw'
100
- use-official: true
101
- email: ${{ secrets.QT_EMAIL }}
102
- pw: ${{ secrets.QT_PW }}
103
104
- name: Show versions (Unix)
105
if: matrix.os != 'windows-latest'
0 commit comments