From 9a87b197b3fdb5bb610838a6ad0928aa28f7bbe9 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 15 Feb 2023 23:44:08 -0800 Subject: [PATCH] ci: remove additional unnecessary line for win32 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5bb07860..1b6096d56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -264,7 +264,6 @@ jobs: cp app/olive-editor.pdb olive-editor windeployqt --no-angle olive-editor/olive-crashhandler.exe windeployqt --no-angle olive-editor/olive-editor.exe - cp $(cygpath $VCPKG_ROOT)/installed/x64-windows/bin/*.dll olive-editor cp $(cygpath $ORIGINAL_WORKSPACE)/install/bin/*.dll olive-editor cp $(cygpath $ORIGINAL_WORKSPACE)/install/crashpad/out/Default/crashpad_handler.exe olive-editor cp $(cygpath $ORIGINAL_WORKSPACE)/install/bin/minidump_stackwalk.exe olive-editor