[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 aarch64)
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)
set(triple arm64-pc-windows-msvc)