[WORKFLOW]: CI Update

This commit is contained in:
2025-12-21 23:14:52 +05:30
parent 1b1c62c843
commit b92b59599c
6 changed files with 13 additions and 2 deletions

View File

@ -3,6 +3,8 @@ set(CMAKE_SYSTEM_PROCESSOR AMD64)
set(CMAKE_C_COMPILER clang-cl)
set(CMAKE_CXX_COMPILER clang-cl)
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
set(CMAKE_LINKER lld-link)
string(APPEND CMAKE_C_FLAGS " /arch:AVX2 -fuse-ld=lld-link")