Skip to content

Commit f1160f7

Browse files
#1178 build.yml: added qtwebsockets module to Qt6 installation
1 parent d42f905 commit f1160f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: jurplel/install-qt-action@v4
9696
with:
9797
version: ${{ env.QT_VERSION }}
98-
modules: "qthttpserver qt5compat qtwebchannel qtpositioning qtshadertools qtwebengine"
98+
modules: "qthttpserver qt5compat qtwebchannel qtpositioning qtshadertools qtwebengine qtwebsockets"
9999
cache: true
100100
cache-key-prefix: "qt-${{ matrix.os }}"
101101

0 commit comments

Comments
 (0)