We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e8d65 commit faaf2aaCopy full SHA for faaf2aa
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Checkout
10
uses: actions/checkout@v4
11
with:
12
- path: Arduino-Zephyr-API
+ path: /modules/lib/Arduino-Zephyr-API
13
14
- name: Set up Python
15
uses: actions/setup-python@v5
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup Zephyr project
20
uses: zephyrproject-rtos/action-zephyr-setup@v1
21
22
- app-path: zephyr
+ app-path: /
23
toolchains: all
24
25
- name: Initialize
0 commit comments