Use explicit win64_msvc2019_64 architecture variant

This commit is contained in:
thezephyrsong
2026-06-17 01:41:01 +10:00
parent 683566ab73
commit e5fc479cda
+1 -1
View File
@@ -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