From 6c8eaa5204f4f1d2227fd405b6b0e5646ba206f6 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Mon, 3 Feb 2020 13:55:34 +1000 Subject: [PATCH] Update windows-build.yml to remove unnecessary DLL copy step --- .github/workflows/windows-build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index c3ed2cfda..1ade20833 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -22,11 +22,6 @@ jobs: 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 - - name: Copy dependencies to binary directory - shell: cmd - run: | - copy /Y dep\msvc\bin64\*.* bin\x64 - - name: Remove extra bloat before archiving shell: cmd run: |