Skip to content

Commit faaf2aa

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
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,7 +19,7 @@ jobs:
1919
- name: Setup Zephyr project
2020
uses: zephyrproject-rtos/action-zephyr-setup@v1
2121
with:
22-
app-path: zephyr
22+
app-path: /
2323
toolchains: all
2424

2525
- name: Initialize

0 commit comments

Comments
 (0)