From 47ca095c74d57bea3fb9793d39cd2b030a525f22 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sat, 2 Oct 2021 23:11:39 -0700 Subject: [PATCH] try this --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc784bdf4..d6db18217 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,7 +173,7 @@ jobs: with: vcpkgGitCommitId: 2a31089e777fc187f1cc05338250b8e1810cfb52 vcpkgTriplet: x64-windows - vcpkgArguments: qt5 ffmpeg openexr openimageio opencolorio portaudio + vcpkgArguments: qt5-base qt5-tools ffmpeg openexr openimageio opencolorio portaudio - name: Acquire Google Crashpad shell: bash @@ -226,8 +226,8 @@ jobs: cp app/olive-editor.exe olive-editor cp app/crashhandler/olive-crashhandler.exe olive-editor cp app/olive-editor.pdb olive-editor - $VCPKG_ROOT/installed/x64-windows/bin/windeployqt olive-editor/olive-crashhandler.exe - $VCPKG_ROOT/installed/x64-windows/bin/windeployqt olive-editor/olive-editor.exe + $VCPKG_ROOT/installed/x64-windows/tools/qt5/bin/windeployqt olive-editor/olive-crashhandler.exe + $VCPKG_ROOT/installed/x64-windows/tools/qt5/bin/windeployqt olive-editor/olive-editor.exe cp $(cygpath $DEP_LOCATION)/bin/*.dll olive-editor cp $(cygpath $DEP_LOCATION)/crashpad/out/Default/crashpad_handler.exe olive-editor cp $(cygpath $DEP_LOCATION)/bin/minidump_stackwalk.exe olive-editor