[WORKFLOW]: CI Update

This commit is contained in:
2025-12-21 22:43:52 +05:30
parent 41460c4f55
commit 3550fdd52e
9 changed files with 18 additions and 14 deletions

View File

@ -3,8 +3,8 @@ include(FetchContent)
set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "Force static libs")
find_package(OpenSSL REQUIRED)
find_package(zstd REQUIRED)
find_package(ZLIB REQUIRED)
find_package(zstd CONFIG REQUIRED)
find_package(zlib-ng CONFIG REQUIRED)
FetchContent_Declare(
httplib