We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25803a4 commit 5c1b051Copy full SHA for 5c1b051
.github/workflows/build.yml
@@ -25,8 +25,6 @@ jobs:
25
- name: Initialize
26
working-directory: Arduino-Zephyr-API
27
run: |
28
- west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
29
- west update
30
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
31
ls -la
32
tree .
west.yml
@@ -6,7 +6,7 @@
6
7
manifest:
8
self:
9
- path: modules/lib/Arduino-Zephyr-API
+ path: Arduino-Zephyr-API
10
11
remotes:
12
- name: zephyrproject-rtos
0 commit comments