From ac1da081ea2847c50d1071ec64ca1e1f9f26de67 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Thu, 26 Dec 2024 17:53:24 +0100 Subject: [PATCH] Windows base-deps using Qt6 --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 2ec4a69..477d623 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -40,8 +40,8 @@ jobs: if: ${{ matrix.config == 'native_mixed' }} uses: jurplel/install-qt-action@v4 with: - version: 5.15.2 - modules: "qtwebengine" + version: 6.4.3 + modules: "qtwebengine qtwebchannel qtpositioning" setup-python: false env: AQT_CONFIG: ${{ github.workspace }}/.github/configs/aqt.ini