Skip to content

Commit 1fe8b26

Browse files
committed
CI: Update aqtinstall for Qt 6.11 support
1 parent 51a6376 commit 1fe8b26

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_latest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
version: ${{ matrix.qt-version }}
3838
modules: ${{startsWith(matrix.qt-version, '6') && 'qt5compat qtscxml qtpositioning qtwebchannel qtmultimedia qtwebengine' || '' }}
3939
arch: ${{ (matrix.os == 'ubuntu' && (startsWith(matrix.qt-version, '5') && 'gcc_64' || 'linux_gcc_64')) || startsWith(matrix.qt-version, '5.12') && 'win64_msvc2017_64' || startsWith(matrix.qt-version, '6') && 'win64_msvc2022_64' || 'win64_msvc2019_64' }}
40+
# aqtinstall 3.3.0 (latest release) lacks Qt 6.11 folder-structure support.
41+
# Use git 151f6f4 until aqtinstall 3.4.0 is released (miurahr/aqtinstall#1000).
42+
aqtsource: ${{ startsWith(matrix.qt-version, '6.11') && 'git+https://github.com/miurahr/aqtinstall.git@151f6f436c2f5a5ceb7890ad970ca6f3b4d83512' || '' }}
4043

4144
- name: Setup Python ${{ matrix.python-version }}
4245
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)