We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fbaa9 commit 2eaed15Copy full SHA for 2eaed15
.github/workflows/build.yml
@@ -23,7 +23,10 @@ jobs:
23
toolchains: all
24
25
- name: Initialize
26
+ working-directory: Arduino-Zephyr-API-cloned
27
run: |
28
+ echo ls /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core
29
+ tree /home/runner/work/gsoc-2022-arduino-core/gsoc-2022-arduino-core
30
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
31
west update
32
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
0 commit comments