[WORKFLOW]: CI UPDATE

This commit is contained in:
2025-12-22 02:06:40 +05:30
parent a8de211016
commit 3e0566c288
3 changed files with 4 additions and 8 deletions

View File

@ -2,7 +2,8 @@ include(FetchContent)
set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "Force static libs")
find_package(zlib-ng CONFIG REQUIRED)
set(ZLIB_USE_STATIC_LIBS ON)
find_package(ZLIB REQUIRED)
find_package(zstd CONFIG REQUIRED)
find_package(OpenSSL 3.0.0 REQUIRED)