Update windows-build.yml to remove unnecessary DLL copy step
This commit is contained in:
5
.github/workflows/windows-build.yml
vendored
5
.github/workflows/windows-build.yml
vendored
@@ -22,11 +22,6 @@ jobs:
|
|||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
|
||||||
msbuild duckstation.sln -t:Build -p:Platform=x64;Configuration=ReleaseLTCG
|
msbuild duckstation.sln -t:Build -p:Platform=x64;Configuration=ReleaseLTCG
|
||||||
|
|
||||||
- name: Copy dependencies to binary directory
|
|
||||||
shell: cmd
|
|
||||||
run: |
|
|
||||||
copy /Y dep\msvc\bin64\*.* bin\x64
|
|
||||||
|
|
||||||
- name: Remove extra bloat before archiving
|
- name: Remove extra bloat before archiving
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user