Skip to content

Commit dac061a

Browse files
authored
Add QtIFW tool installation to CI workflow
1 parent bf0084b commit dac061a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
shell: pwsh
5959

6060
# Qt
61-
- name: Install Qt 6.10.0
61+
- name: Install Qt 6.10.0 + QtIFW
6262
uses: jurplel/install-qt-action@v4
6363
with:
6464
version: '6.10.0'
@@ -68,6 +68,7 @@ jobs:
6868
cache: true
6969
aqtversion: '==3.3.*'
7070
modules: 'qthttpserver qtwebsockets qtimageformats'
71+
tools: 'tools_ifw'
7172

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

0 commit comments

Comments
 (0)