Skip to content

Commit b6c1de9

Browse files
committed
CI/CD: fix install qt error
1 parent 6084d58 commit b6c1de9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/win.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
target: 'desktop'
2323
arch: 'win64_msvc2022_64'
2424
cache: "true"
25-
modules: 'qthttpserver qtwebengine qtpdf qtwebsockets qtpositioning'
25+
modules: 'qthttpserver qtwebengine qtpdf qtwebsockets qtpositioning qtwebchannel'
2626
- name: build with cmake
2727
run: |
2828
cmake --preset win-rel --debug-find-pkg=Qt6WebEngineCore

0 commit comments

Comments
 (0)