Skip to content

Commit 564d10e

Browse files
committed
Relative pathing issues with one of the scripts, testing a fix
1 parent a89c085 commit 564d10e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,11 @@ jobs:
9797
9898
# Generate the C-style header
9999
cd $ARM_FVP_TUTORIALS_ROOT
100-
python build_model.py --pte-file ~/modules/lib/executorch/${MODEL_NAME}.pte --output-path models/${MODEL_NAME}/src/
100+
python build_model.py \
101+
--executorch-root $ZEPHYR_PROJ_ROOT/modules/lib/executorch \
102+
--pte-file ~/modules/lib/executorch/${MODEL_NAME}.pte \
103+
--output-path models/${MODEL_NAME}/src/
104+
101105
cd $ZEPHYR_PROJ_ROOT/zephyr/samples/modules/executorch/arm-fvp-tutorials/models/${MODEL_NAME}/
102106
103107
# Build the zephyr elf

0 commit comments

Comments
 (0)