From 006db92fd3d70fdad14327b32a71dc644e76d32d Mon Sep 17 00:00:00 2001 From: Adam Lamar Date: Thu, 19 Dec 2024 12:56:04 -0700 Subject: [PATCH] Windows build uses Qt 6.4.3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8c8559b..bf56096b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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