From c82b09c829febe39b44d219fe356f31377a67178 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Fri, 5 Jun 2026 13:24:45 +0200 Subject: [PATCH] ci: Use temporary aqtinstall version This workaround is required to download Qt 6.11 on Windows See PR 1000 of aqtinstall --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d42b88882..5f1a4933f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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