We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee1327 commit d9eed5dCopy full SHA for d9eed5d
1 file changed
.github/workflows/zephyr.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: West build
58
run: |
59
. /opt/zephyr-venv/bin/activate
60
- west build -p always -b ${{ matrix.board }} src/samples/${{ matrix.app }}/zephyr
+ west build -p always -b ${{ matrix.board }} ocre-runtime/src/samples/${{ matrix.app }}/zephyr
61
62
- name: Set sane board name
63
0 commit comments