From b3bdeab89ea91c3a02f75373bb7e95e2dc5ec801 Mon Sep 17 00:00:00 2001 From: Adam Lamar Date: Thu, 19 Dec 2024 14:25:59 -0700 Subject: [PATCH] 6.2.4 with modules --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bacbc730..87bc4ec5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: uses: jurplel/install-qt-action@v4 with: version: 6.2.4 - modules: "qtwebengine" + modules: "qtwebengine qtwebchannel qtpositioning" setup-python: false - name: Setup MSVC compiler uses: bus1/cabuild/action/msdevshell@v1