CI/Windows: Switch to Qt 6.3.0

This commit is contained in:
Connor McLaughlin 2022-04-13 21:04:01 +10:00 committed by refractionpcsx2
parent f86b3a32cd
commit 3d171686b5
1 changed files with 3 additions and 3 deletions

View File

@ -85,9 +85,9 @@ jobs:
shell: cmd
run: |
cd 3rdparty\qt
aria2c https://github.com/PCSX2/pcsx2-windows-dependencies/releases/download/2022-01-20/qt-6.2.2-x64.7z
7z x qt-6.2.2-x64.7z
del qt-6.2.2-x64.7z
aria2c https://github.com/PCSX2/pcsx2-windows-dependencies/releases/download/2022-04-13/qt-6.3.0-x64.7z
7z x qt-6.3.0-x64.7z
del qt-6.3.0-x64.7z
- name: Generate CMake
if: matrix.configuration == 'CMake'