Skip to content

Commit 1126d14

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

+2-3
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: modules/lib/Arduino-Zephyr-API
1313

1414
- name: Set up Python
1515
uses: actions/setup-python@v5
@@ -19,11 +19,10 @@ jobs:
1919
- name: Setup Zephyr project
2020
uses: zephyrproject-rtos/action-zephyr-setup@v1
2121
with:
22-
app-path: zephyr
22+
app-path: modules/lib/Arduino-Zephyr-API
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

0 commit comments

Comments
 (0)