From 9d597a666b2104d6a27993c581adb804d425175a Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 7 Feb 2026 15:35:54 -0600 Subject: [PATCH] Use aqtinstall version compatible with Qt 6.10.1+ ARM64 --- .github/workflows/build-win-mac.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-win-mac.yml b/.github/workflows/build-win-mac.yml index 8dbb316f..3a8c32b5 100644 --- a/.github/workflows/build-win-mac.yml +++ b/.github/workflows/build-win-mac.yml @@ -48,6 +48,7 @@ jobs: set-env: ${{ runner.os != 'Windows' }} add-tools-to-path: ${{ runner.os != 'Windows' }} version: ${{ matrix.qt_version }} + aqtsource: 'git+https://github.com/miurahr/aqtinstall.git@9edeb24ae65361fd032a063a0b0148764eff09c5' - name: Install Qt ARM64 (Windows) if: runner.os == 'Windows'