Skip to content

Commit 36dcca1

Browse files
committed
CI: use existing manifest
Modify to use west.yml included in the PR version. Accordingly, the initialization process has been changed. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent f8553e2 commit 36dcca1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
path: Arduino-Zephyr-API
1616

1717
- name: Initialize
18-
working-directory: Arduino-Zephyr-API
1918
run: |
20-
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
19+
west init -l Arduino-Zephyr-API/
2120
west update
2221
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
22+
mkdir -p modules/lib
23+
ln -s Arduino-Zephyr-API modules/lib/
2324
cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
2425
2526
- name: Build fade

0 commit comments

Comments
 (0)