fix: zlib-ng on GH runner using native instructions instead of the global config (#4521)

Co-authored-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
Ploo
2026-06-05 19:31:06 +00:00
committed by GitHub
parent 35255bccef
commit 5b8b66ab12

View File

@@ -51,7 +51,8 @@ if (NOT TARGET ZLIB::ZLIB)
set(ZLIB_ENABLE_TESTS OFF)
set(WITH_GTEST OFF)
set(WITH_NEW_STRATEGIES ON)
set(WITH_NATIVE_INSTRUCTIONS ON)
# Will mess with gh actions
set(WITH_NATIVE_INSTRUCTIONS OFF)
set(ZLIB_COMPAT ON CACHE BOOL "" FORCE)
include(FetchContent)
FetchContent_Declare(