Skip to content

Commit 8999eea

Browse files
committed
step
1 parent 6d568eb commit 8999eea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
HAL_FILTER="$HAL_FILTER,+$hal"
2727
done
2828
echo "HAL_FILTER=$HAL_FILTER" >> $GITHUB_ENV
29-
echo EXTRA_ZEPHYR_MODULES=\"$(pwd)/${{ env.SUBPATH }}\" >> $GITHUB_ENV
3029
3130
- name: Setup Zephyr project
3231
uses: zephyrproject-rtos/action-zephyr-setup@v1
@@ -36,9 +35,14 @@ jobs:
3635
manifest-file-name: ${{ env.SUBPATH }}/west.yml
3736
west-project-filter: ${{ env.HAL_FILTER }}
3837

38+
- name: Add manifest path as module
39+
run:
40+
echo EXTRA_ZEPHYR_MODULES=\"$(pwd)/${{ env.SUBPATH }}\" >> $GITHUB_ENV
41+
ls -la
42+
find ${{ env.SUBPATH }}
43+
3944
- name: Build fade
4045
run: |
41-
west list
4246
west build -p -b arduino_nano_33_ble//sense modules/lib/ArduinoCore-zephyr/samples/fade
4347
4448
- name: Build i2cdemo

0 commit comments

Comments
 (0)