Windows build uses Qt 6.4.3

This commit is contained in:
Adam Lamar 2024-12-19 12:56:04 -07:00
parent 1a100a2def
commit 006db92fd3
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ jobs:
- name: Install QT
uses: jurplel/install-qt-action@v4
with:
version: 5.15.2
modules: "qtwebengine"
version: 6.4.3
modules: "qtwebengine qtwebchannel qtpositioning"
setup-python: false
- name: Setup MSVC compiler
uses: bus1/cabuild/action/msdevshell@v1