mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 07:52:31 +00:00
ci: Don't include d3d and dxc compiler DLLs
This commit is contained in:
parent
1d1c76277b
commit
40d725a381
2
.github/workflows/windows-qt.yml
vendored
2
.github/workflows/windows-qt.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
run: |
|
||||
mkdir upload
|
||||
move build/shadPS4.exe upload
|
||||
windeployqt --no-compiler-runtime --dir upload upload/shadPS4.exe
|
||||
windeployqt --no-compiler-runtime --no-system-d3d-compiler --no-system-dxc-compiler --dir upload upload/shadPS4.exe
|
||||
|
||||
- name: Get date and git hash
|
||||
id: vars
|
||||
|
Loading…
Reference in New Issue
Block a user