From abe73188ac4737955ea7f87185125a5b568fdc1b Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Thu, 7 May 2026 23:13:17 +0200 Subject: [PATCH] pin the aqtinstall version --- .github/workflows/desktop-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 5fd15a400..ffc868c24 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -426,7 +426,7 @@ jobs: uses: jurplel/install-qt-action@v4 with: # qt 6.11.0 only works with aqtinstall directly from git until aqtinstall 3.4 is released - aqtsource: git+https://github.com/miurahr/aqtinstall.git + aqtsource: git+https://github.com/miurahr/aqtinstall.git@073e34d7c2ab4ae6961ed7cca690b3abd5ba5a7e version: ${{ steps.resolve_qt_version.outputs.version }} arch: ${{matrix.qt_arch}} modules: ${{matrix.qt_modules}}