Skip to content

Commit 0e510a8

Browse files
committed
comment out the filter
Signed-off-by: Dhruva Gole <[email protected]>
1 parent 92cfca0 commit 0e510a8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
env:
1111
CMAKE_PREFIX_PATH: /opt/toolchains
1212
CCACHE_IGNOREOPTIONS: -specs=*
13-
MODULE_PATH: ../modules/lib/ArduinoCore-zephyr
13+
MODULE_PATH: ../modules/lib/Arduino-Zephyr-API
1414

1515
steps:
1616
- name: Checkout
@@ -31,14 +31,14 @@ jobs:
3131
manifest-file-name: ${{ env.MODULE_PATH }}/west.yml
3232
enable-ccache: false
3333

34+
- name: Add manifest path as module
35+
run: |
36+
echo EXTRA_ZEPHYR_MODULES="$(pwd)/$MODULE_PATH" >> $GITHUB_ENV
37+
3438
- name: Initialize
3539
run: |
36-
west init -l Arduino-Zephyr-API/
37-
west update
38-
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
39-
mkdir -p modules/lib
40-
ln -s Arduino-Zephyr-API modules/lib/
41-
cp -rfp ArduinoCore-API/api Arduino-Zephyr-API/cores/arduino/
40+
git clone https://github.com/arduino/ArduinoCore-API.git $MODULE_PATH/../ArduinoCore-API
41+
cp -rfp $MODULE_PATH/../ArduinoCore-API/api $MODULE_PATH/cores/arduino/
4242
4343
- name: Build fade
4444
run: |

0 commit comments

Comments
 (0)