diff --git a/.github/workflows/workflow_windows.yml b/.github/workflows/workflow_windows.yml index 364a38c..90caa08 100644 --- a/.github/workflows/workflow_windows.yml +++ b/.github/workflows/workflow_windows.yml @@ -44,7 +44,8 @@ jobs: run: | vcpkg install --clean-after-build --triplet x64-windows icu vcpkg install --clean-after-build --triplet x64-windows-static json-c libjpeg-turbo libpng lz4 lzo openblas zlib - vcpkg install --clean-after-build --triplet x64-windows freeglut glew opencv + vcpkg install --clean-after-build --triplet x64-windows freeglut glew + vcpkg install --clean-after-build --triplet x64-windows --recurse opencv[world] ls -Recurse C:/vcpkg/installed -Filter *.pdb | rm - name: Cache Qt @@ -155,6 +156,14 @@ jobs: D:/a/opentoonz/Qt/5.15.2/msvc2019_64/bin/windeployqt.exe OpenToonz.exe cp C:/vcpkg/installed/x64-windows/bin/freeglut.dll . cp C:/vcpkg/installed/x64-windows/bin/glew32.dll . + cp C:/vcpkg/installed/x64-windows/bin/opencv_world.dll . + cp C:/vcpkg/installed/x64-windows/bin/zlib1.dll . + cp C:/vcpkg/installed/x64-windows/bin/webp.dll . + cp C:/vcpkg/installed/x64-windows/bin/libpng16.dll . + cp C:/vcpkg/installed/x64-windows/bin/jpeg62.dll . + cp C:/vcpkg/installed/x64-windows/bin/tiff.dll . + cp C:/vcpkg/installed/x64-windows/bin/lzma.dll . + cp C:/vcpkg/installed/x64-windows/bin/libprotobuf.dll . - uses: actions/upload-artifact@v1 with: