diff options
author | 2022-06-24 22:06:13 +0530 | |
---|---|---|
committer | 2022-06-24 22:43:02 +0530 | |
commit | 846d1218bd17face7c6f64e5c811156aa3402b14 (patch) | |
tree | ba59c529a14c0af6ffc2edf2c95f85363fae0211 | |
parent | ac31abdb0d6b0aa67e26c0aa1a1987ad9835a31f (diff) | |
download | whatsie-846d1218bd17face7c6f64e5c811156aa3402b14.tar.gz whatsie-846d1218bd17face7c6f64e5c811156aa3402b14.zip |
chaore(CI): use Qt 5.15.2
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4b93c4..74ea1ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: env: - QT_VERSION: '5.14.2' + QT_VERSION: '5.15.2' jobs: Linux-Build: @@ -21,6 +21,7 @@ jobs: uses: jurplel/install-qt-action@v2 with: version: ${{env.QT_VERSION}} + modules: qtwebengine - name: Build source run: | qmake src/ |