We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0084b commit dac061aCopy full SHA for dac061a
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
shell: pwsh
59
60
# Qt
61
- - name: Install Qt 6.10.0
+ - name: Install Qt 6.10.0 + QtIFW
62
uses: jurplel/install-qt-action@v4
63
with:
64
version: '6.10.0'
@@ -68,6 +68,7 @@ jobs:
68
cache: true
69
aqtversion: '==3.3.*'
70
modules: 'qthttpserver qtwebsockets qtimageformats'
71
+ tools: 'tools_ifw'
72
73
- name: Show versions (Unix)
74
if: matrix.os != 'windows-latest'
0 commit comments