We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd0772 commit 087c988Copy full SHA for 087c988
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
env:
19
CMAKE_PREFIX_PATH: /opt/toolchains
20
CCACHE_IGNOREOPTIONS: -specs=*
21
- MODULE_PATH: ../modules/lib/ArduinoCore-zephyr
+ MODULE_PATH: ../modules/lib/Arduino-Zephyr-API
22
23
steps:
24
- name: Checkout
@@ -43,7 +43,7 @@ jobs:
43
with:
44
toolchains: arm-zephyr-eabi
45
manifest-file-name: ${{ env.MODULE_PATH }}/west.yml
46
- west-project-filter: ${{ env.HAL_FILTER }}
+ #west-project-filter: ${{ env.HAL_FILTER }}
47
enable-ccache: false
48
49
- name: Add manifest path as module
0 commit comments