File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 9
9
- name : Checkout
10
10
uses : actions/checkout@v4
11
11
with :
12
- path : Arduino-Zephyr-API
12
+ path : Arduino-Zephyr-API-cloned
13
13
14
14
- name : Set up Python
15
15
uses : actions/setup-python@v5
@@ -19,19 +19,18 @@ jobs:
19
19
- name : Setup Zephyr project
20
20
uses : zephyrproject-rtos/action-zephyr-setup@v1
21
21
with :
22
- app-path : zephyr
22
+ app-path : Arduino-Zephyr-API-cloned
23
23
toolchains : all
24
24
25
25
- name : Initialize
26
- working-directory : Arduino-Zephyr-API
27
26
run : |
28
27
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
29
28
west update
30
29
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
31
30
cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
32
31
33
32
- name : Build fade
34
- working-directory : Arduino-Zephyr-API/modules/lib/Arduino-Zephyr-API
33
+ working-directory : Arduino-Zephyr-API-cloned
35
34
run : |
36
35
west build -p -b arduino_nano_33_ble_sense samples/fade
37
36
You can’t perform that action at this time.
0 commit comments