From f87d14c00e4030937b13aae2862420f24232235a Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 26 Jun 2026 16:50:55 +0200 Subject: [PATCH] Go back to using released version rather than master --- .github/workflows/desktop-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 74f905351..3227cb8a7 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -419,8 +419,6 @@ jobs: if: matrix.os == 'Windows' 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 arch: ${{ matrix.qt_arch }} cache: true modules: ${{ matrix.qt_modules }}