ci: Use temporary aqtinstall version

This workaround is required to download Qt 6.11 on Windows

See PR 1000 of aqtinstall
This commit is contained in:
Lars Toenning
2026-06-05 13:24:45 +02:00
parent a47ab25ee4
commit c82b09c829

View File

@@ -92,6 +92,7 @@ jobs:
with:
version: ${{ env.qt_version }}
no-qt-binaries: true
aqtsource: 'git+https://github.com/miurahr/aqtinstall.git@8c3695d4a4e1ceabf6a74dc6c79681656dc6b74b'
documentation: true
cache: true
- name: Run doxygen
@@ -128,6 +129,7 @@ jobs:
with:
version: ${{ env.qt_version }}
modules: 'qtmultimedia'
aqtsource: 'git+https://github.com/miurahr/aqtinstall.git@8c3695d4a4e1ceabf6a74dc6c79681656dc6b74b'
cache: true
- name: Install dependencies
if: ${{ steps.check_need_clang_tidy.outputs.should_run_clang_tidy == 'true' }}
@@ -179,6 +181,7 @@ jobs:
with:
version: ${{ env.qt_version }}
modules: 'qtmultimedia'
aqtsource: 'git+https://github.com/miurahr/aqtinstall.git@8c3695d4a4e1ceabf6a74dc6c79681656dc6b74b'
cache: true
- name: Cache InstallBuilder
id: cache-bitrock
@@ -285,12 +288,14 @@ jobs:
version: ${{ env.qt_version }}
modules: 'qtmultimedia'
arch: win64_msvc2022_64
aqtsource: 'git+https://github.com/miurahr/aqtinstall.git@8c3695d4a4e1ceabf6a74dc6c79681656dc6b74b'
cache: true
- name: Install Qt debug info
uses: jurplel/install-qt-action@v4
with:
version: ${{ env.qt_version }}
arch: win64_msvc2022_64
aqtsource: 'git+https://github.com/miurahr/aqtinstall.git@8c3695d4a4e1ceabf6a74dc6c79681656dc6b74b'
cache: true
modules: debug_info
extra: --archives qtbase
@@ -396,6 +401,7 @@ jobs:
with:
version: ${{ env.qt_version }}
modules: 'qtmultimedia'
aqtsource: 'git+https://github.com/miurahr/aqtinstall.git@8c3695d4a4e1ceabf6a74dc6c79681656dc6b74b'
cache: true
- name: Cache InstallBuilder
id: cache-bitrock