Skip to content

Commit ea244a4

Browse files
authored
Add modules: 'qtwebsockets'
1 parent a445881 commit ea244a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ jobs:
143143
uses: jurplel/install-qt-action@v4
144144
with:
145145
version: ${{ env.QT_VERSION }}
146+
modules: 'qtwebsockets'
146147

147148
- name: Compile
148149
run: |
@@ -173,6 +174,7 @@ jobs:
173174
uses: jurplel/install-qt-action@v4
174175
with:
175176
version: ${{ env.QT_VERSION }}
177+
modules: 'qtwebsockets'
176178

177179
- name: Compile
178180
run: |

0 commit comments

Comments
 (0)