Skip to content

Commit 8b3d4c2

Browse files
committed
More relative pathing fixes
1 parent 34c6ebb commit 8b3d4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ jobs:
100100
python build_model.py \
101101
--executorch-root $ZEPHYR_PROJ_ROOT/modules/lib/executorch \
102102
--pte-file ~/modules/lib/executorch/${MODEL_NAME}.pte \
103-
--output-path models/${MODEL_NAME}/src/
103+
--output-path $ARM_FVP_TUTORIALS_ROOT/models/${MODEL_NAME}/src/
104104
105-
cd $ZEPHYR_PROJ_ROOT/zephyr/samples/modules/executorch/arm-fvp-tutorials/models/${MODEL_NAME}/
105+
cd $ARM_FVP_TUTORIALS_ROOT/models/${MODEL_NAME}/
106106
107107
# Build the zephyr elf
108108
west build -p always -b mps3/corstone300/fvp

0 commit comments

Comments
 (0)