Windows base-deps using Qt6

This commit is contained in:
Emmanuel Engelhart 2024-12-26 17:53:24 +01:00 committed by Kelson
parent f58795bd1e
commit ac1da081ea
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ jobs:
if: ${{ matrix.config == 'native_mixed' }} if: ${{ matrix.config == 'native_mixed' }}
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
env: env:
AQT_CONFIG: ${{ github.workspace }}/.github/configs/aqt.ini AQT_CONFIG: ${{ github.workspace }}/.github/configs/aqt.ini