Skip to content

DepthFusion v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jun 11:55
· 0 commits to 8f994a55ae72ddf5b4205614c97cfae8a6420e6b since this release
fix(ci): install OpenSSL via vcpkg for bundled-sqlcipher on Windows

The runtime-only OpenSSL on Windows runners lacks include headers.
vcpkg provides the static dev package (x64-windows-static) which
includes both headers and libs; OPENSSL_STATIC=1 links them in.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>