Skip to content

Commit 5c1b051

Browse files
committed
remove app path and see?
Signed-off-by: Dhruva Gole <[email protected]>
1 parent 25803a4 commit 5c1b051

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
- name: Initialize
2626
working-directory: Arduino-Zephyr-API
2727
run: |
28-
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
29-
west update
3028
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
3129
ls -la
3230
tree .

west.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
manifest:
88
self:
9-
path: modules/lib/Arduino-Zephyr-API
9+
path: Arduino-Zephyr-API
1010

1111
remotes:
1212
- name: zephyrproject-rtos

0 commit comments

Comments
 (0)