Skip to content

Commit 00fbaa9

Browse files
committed
fix path
Signed-off-by: Dhruva Gole <[email protected]>
1 parent 49e8d65 commit 00fbaa9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v4
1111
with:
12-
path: Arduino-Zephyr-API
12+
path: Arduino-Zephyr-API-cloned
1313

1414
- name: Set up Python
1515
uses: actions/setup-python@v5
@@ -19,19 +19,18 @@ jobs:
1919
- name: Setup Zephyr project
2020
uses: zephyrproject-rtos/action-zephyr-setup@v1
2121
with:
22-
app-path: zephyr
22+
app-path: Arduino-Zephyr-API-cloned
2323
toolchains: all
2424

2525
- name: Initialize
26-
working-directory: Arduino-Zephyr-API
2726
run: |
2827
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
2928
west update
3029
git clone https://github.com/arduino/ArduinoCore-API.git ArduinoCore-API
3130
cp -r ArduinoCore-API/api modules/lib/Arduino-Zephyr-API/cores/arduino/.
3231
3332
- name: Build fade
34-
working-directory: Arduino-Zephyr-API/modules/lib/Arduino-Zephyr-API
33+
working-directory: Arduino-Zephyr-API-cloned
3534
run: |
3635
west build -p -b arduino_nano_33_ble_sense samples/fade
3736

0 commit comments

Comments
 (0)