We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5684e commit 745a862Copy full SHA for 745a862
.github/workflows/build.yml
@@ -26,7 +26,9 @@ jobs:
26
working-directory: Arduino-Zephyr-API
27
run: |
28
pwd
29
+ echo now ls 1
30
ls ../
31
+ echo now ls 2
32
ls ../../
33
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
34
ls -la
west.yml
@@ -6,7 +6,7 @@
6
7
manifest:
8
self:
9
- path: Arduino-Zephyr-API
+ path: modules/lib/Arduino-Zephyr-API
10
11
remotes:
12
- name: zephyrproject-rtos
0 commit comments