try build zephyr with ci

This commit is contained in:
hathach
2025-01-24 00:52:24 +07:00
parent 9f45e25b1c
commit 201b9707b9
4 changed files with 26 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ endif()
if (BUILD_ZEPHYR)
set(BOARD_ROOT ${TOP}/hw/bsp/${FAMILY})
find_package(Zephyr REQUIRED HINTS ${TOP}/lib/zephyr)
find_package(Zephyr REQUIRED HINTS ${TOP}/zephyr)
endif ()
#-------------------------------------------------------------