Skip to content

Commit

Permalink
CI: fix sim build for win-gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed Dec 24, 2024
1 parent a3f896a commit 4d67688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/ext-plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ add_custom_command(
add_custom_command(
OUTPUT ${ASSET_IMG_PATH}
COMMAND cd ${ASSET_DIR} && ${CMAKE_COMMAND} -E tar -cf ${ASSET_IMG_PATH}.tar .
COMMAND cd ${FWDIR} && flashing/uimg_header.py --name Assets ${ASSET_IMG_PATH}.tar ${ASSET_IMG_PATH}
COMMAND ${FWDIR}/flashing/uimg_header.py --name Assets ${ASSET_IMG_PATH}.tar ${ASSET_IMG_PATH}
COMMENT "Creating assets uimg file at ${ASSET_IMG_PATH}"
DEPENDS ${ASSET_DIR}
VERBATIM USES_TERMINAL
Expand Down

0 comments on commit 4d67688

Please sign in to comment.