Skip to content

Commit 846d121

Browse files
committed
chaore(CI): use Qt 5.15.2
1 parent ac31abd commit 846d121

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
QT_VERSION: '5.14.2'
11+
QT_VERSION: '5.15.2'
1212

1313
jobs:
1414
Linux-Build:
@@ -21,6 +21,7 @@ jobs:
2121
uses: jurplel/install-qt-action@v2
2222
with:
2323
version: ${{env.QT_VERSION}}
24+
modules: qtwebengine
2425
- name: Build source
2526
run: |
2627
qmake src/

0 commit comments

Comments
 (0)