Skip to content

Commit 44a1fc5

Browse files
committed
step
1 parent f696983 commit 44a1fc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
env:
1111
CMAKE_PREFIX_PATH: /opt/toolchains
1212
CCACHE_IGNOREOPTIONS: -specs=*
13-
SUBPATH: ../modules/lib/ArduinoCore-zephyr
13+
SUBPATH: modules/lib/ArduinoCore-zephyr
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
toolchains: arm-zephyr-eabi
3434
sdk-version: 0.16.8
35+
app-path: ArduinoCore-zephyr
3536
manifest-file-name: ${{ env.SUBPATH }}/west.yml
3637
west-project-filter: ${{ env.HAL_FILTER }}
3738

0 commit comments

Comments
 (0)