Skip to content

Commit d9eed5d

Browse files
committed
ci(zephyr): fix path to sample
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 7ee1327 commit d9eed5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/zephyr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: West build
5858
run: |
5959
. /opt/zephyr-venv/bin/activate
60-
west build -p always -b ${{ matrix.board }} src/samples/${{ matrix.app }}/zephyr
60+
west build -p always -b ${{ matrix.board }} ocre-runtime/src/samples/${{ matrix.app }}/zephyr
6161
6262
- name: Set sane board name
6363
run: |

0 commit comments

Comments
 (0)