mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-22 11:25:02 +00:00
Don't download unnecessary DLLs (#341)
This commit is contained in:
parent
361271826e
commit
b3525d7f79
2 changed files with 8 additions and 16 deletions
3
.github/workflows/windows-qt.yml
vendored
3
.github/workflows/windows-qt.yml
vendored
|
@ -28,8 +28,9 @@ jobs:
|
|||
- name: Setup Qt
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
arch: win64_msvc2019_64
|
||||
version: 6.7.2
|
||||
arch: win64_msvc2019_64
|
||||
archives: qtsvg qtbase
|
||||
|
||||
- name: Configure CMake
|
||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue