We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f696983 commit 44a1fc5Copy full SHA for 44a1fc5
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
env:
11
CMAKE_PREFIX_PATH: /opt/toolchains
12
CCACHE_IGNOREOPTIONS: -specs=*
13
- SUBPATH: ../modules/lib/ArduinoCore-zephyr
+ SUBPATH: modules/lib/ArduinoCore-zephyr
14
steps:
15
- uses: actions/checkout@v4
16
with:
@@ -32,6 +32,7 @@ jobs:
32
33
toolchains: arm-zephyr-eabi
34
sdk-version: 0.16.8
35
+ app-path: ArduinoCore-zephyr
36
manifest-file-name: ${{ env.SUBPATH }}/west.yml
37
west-project-filter: ${{ env.HAL_FILTER }}
38
0 commit comments