We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e8d65 commit 1126d14Copy full SHA for 1126d14
.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,11 +19,10 @@ jobs:
19
- name: Setup Zephyr project
20
uses: zephyrproject-rtos/action-zephyr-setup@v1
21
22
- app-path: zephyr
+ app-path: modules/lib/Arduino-Zephyr-API
23
toolchains: all
24
25
- name: Initialize
26
- working-directory: Arduino-Zephyr-API
27
run: |
28
west init -m https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core.git
29
west update
0 commit comments