We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eaed15 commit c98a1deCopy full SHA for c98a1de
.github/workflows/build.yml
@@ -25,8 +25,7 @@ jobs:
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
+ cd /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