Merge pull request #795 from kiwix/win-qt6

Windows build uses Qt 6.4.3
This commit is contained in:
Kelson 2024-12-24 10:00:24 +01:00 committed by GitHub
commit 75ca8fc723
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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