File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 4444 run : |
4545 vcpkg install --clean-after-build --triplet x64-windows icu
4646 vcpkg install --clean-after-build --triplet x64-windows-static json-c libjpeg-turbo libpng lz4 lzo openblas zlib
47- vcpkg install --clean-after-build --triplet x64-windows freeglut glew opencv
47+ vcpkg install --clean-after-build --triplet x64-windows freeglut glew
48+ vcpkg install --clean-after-build --triplet x64-windows --recurse opencv[world]
4849 ls -Recurse C:/vcpkg/installed -Filter *.pdb | rm
4950
5051 - name : Cache Qt
@@ -155,6 +156,14 @@ jobs:
155156 D:/a/opentoonz/Qt/5.15.2/msvc2019_64/bin/windeployqt.exe OpenToonz.exe
156157 cp C:/vcpkg/installed/x64-windows/bin/freeglut.dll .
157158 cp C:/vcpkg/installed/x64-windows/bin/glew32.dll .
159+ cp C:/vcpkg/installed/x64-windows/bin/opencv_world.dll .
160+ cp C:/vcpkg/installed/x64-windows/bin/zlib1.dll .
161+ cp C:/vcpkg/installed/x64-windows/bin/webp.dll .
162+ cp C:/vcpkg/installed/x64-windows/bin/libpng16.dll .
163+ cp C:/vcpkg/installed/x64-windows/bin/jpeg62.dll .
164+ cp C:/vcpkg/installed/x64-windows/bin/tiff.dll .
165+ cp C:/vcpkg/installed/x64-windows/bin/lzma.dll .
166+ cp C:/vcpkg/installed/x64-windows/bin/libprotobuf.dll .
158167
159168 - uses : actions/upload-artifact@v1
160169 with :
You can’t perform that action at this time.
0 commit comments