Skip to content

Commit 5c65e54

Browse files
committed
Try using qtwebenginecore
1 parent fd20f6b commit 5c65e54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Qt
4343
uses: jurplel/install-qt-action@v4
4444
with:
45-
modules: qtwebengine qtwebchannel qtpositioning
45+
modules: qtwebenginecore
4646
version: 6.8.*
4747

4848
- name: Get git hash
@@ -104,7 +104,7 @@ jobs:
104104
include:
105105
- qt: qt6
106106
qt_version: 6.8.*
107-
qt_modules: qtwebengine qtwebchannel qtpositioning
107+
qt_modules: qtwebenginecore
108108
- architecture: x64
109109
cl_architecture: x64
110110
package_suffix: win64

0 commit comments

Comments
 (0)