Skip to content

Commit 7802197

Browse files
committed
step
1 parent 108ceb2 commit 7802197

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
manifest-file-name: ${{ env.SUBPATH }}/west.yml
3636
west-project-filter: ${{ env.HAL_FILTER }}
3737

38+
- name: Add manifest path as module
39+
run:
40+
echo EXTRA_ZEPHYR_MODULES=\"$(pwd)/${{ env.SUBPATH }}\" >> ~/.zephyrrc
41+
3842
- name: Build fade
3943
run: |
4044
west build -p -b arduino_nano_33_ble//sense modules/lib/ArduinoCore-zephyr/samples/fade

0 commit comments

Comments
 (0)