Skip to content

Commit

Permalink
Merge pull request #795 from kiwix/win-qt6
Browse files Browse the repository at this point in the history
Windows build uses Qt 6.4.3
  • Loading branch information
kelson42 authored Dec 24, 2024
2 parents 1a100a2 + 006db92 commit 75ca8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75ca8fc

Please sign in to comment.