From e5fc479cda5892c00a3221cf165c62d8ca815723 Mon Sep 17 00:00:00 2001 From: thezephyrsong <116720216+thezephyrsong@users.noreply.github.com> Date: Wed, 17 Jun 2026 01:41:01 +1000 Subject: [PATCH] Use explicit win64_msvc2019_64 architecture variant --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e4b131..76b7f4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: run: | python -m pip install --upgrade pip pip install aqtinstall - python -m aqt install-qt windows desktop 6.8.3 win64_msvc2019 --outputdir ${{ github.workspace }}/Qt + python -m aqt install-qt windows desktop 6.8.3 win64_msvc2019_64 --outputdir ${{ github.workspace }}/Qt echo "${{ github.workspace }}/Qt/6.8.3/msvc2019_64/bin" >> $GITHUB_PATH - name: Configure CMake