mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-02 16:53:17 +00:00
Qt: Use Qt 6.8.2 (#2409)
* Qt: Use Qt 6.8.2 * Update Building Instructions For Windows
This commit is contained in:
parent
6e12642151
commit
7728db0dd3
2 changed files with 7 additions and 7 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -111,10 +111,10 @@ jobs:
|
|||
- name: Setup Qt
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
version: 6.7.3
|
||||
version: 6.8.2
|
||||
host: windows
|
||||
target: desktop
|
||||
arch: win64_msvc2019_64
|
||||
arch: win64_msvc2022_64
|
||||
archives: qtbase qttools
|
||||
modules: qtmultimedia
|
||||
|
||||
|
@ -228,7 +228,7 @@ jobs:
|
|||
- name: Setup Qt
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
version: 6.7.3
|
||||
version: 6.8.2
|
||||
host: mac
|
||||
target: desktop
|
||||
arch: clang_64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue