diff options
author | flow <flowlnlnln@gmail.com> | 2023-04-07 06:50:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 06:50:02 -0700 |
commit | 74d5c7c1a4cdfc8462c04524c84dc35b7d7fa2f2 (patch) | |
tree | 4840e8763e2548e227d58c429198525ca2175c8e /.github/workflows/build.yml | |
parent | 0a9081cb878044ec70f40f46082a23c5e821b101 (diff) | |
parent | 0cf1fc72a37f6c46e0e3fd2b3dd7a62e78a58574 (diff) | |
download | PrismLauncher-74d5c7c1a4cdfc8462c04524c84dc35b7d7fa2f2.tar.gz PrismLauncher-74d5c7c1a4cdfc8462c04524c84dc35b7d7fa2f2.tar.bz2 PrismLauncher-74d5c7c1a4cdfc8462c04524c84dc35b7d7fa2f2.zip |
Merge pull request #972 from DioEgizio/update-qt650
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae683795..43c71a76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: qt_ver: 6 qt_host: mac qt_arch: '' - qt_version: '6.4.3' + qt_version: '6.5.0' qt_modules: 'qt5compat qtimageformats' qt_tools: '' @@ -208,6 +208,8 @@ jobs: if: runner.os == 'Windows' && matrix.architecture == 'arm64' uses: jurplel/install-qt-action@v3 with: + aqtversion: '==3.1.*' + py7zrversion: '>=0.20.2' version: ${{ matrix.qt_version }} host: 'windows' target: 'desktop' @@ -223,6 +225,8 @@ jobs: if: runner.os == 'Linux' && matrix.qt_ver == 6 || runner.os == 'macOS' || (runner.os == 'Windows' && matrix.msystem == '') uses: jurplel/install-qt-action@v3 with: + aqtversion: '==3.1.*' + py7zrversion: '>=0.20.2' version: ${{ matrix.qt_version }} host: ${{ matrix.qt_host }} target: 'desktop' |