Skip to content

Commit 087c988

Browse files
committed
comment out the filter
Signed-off-by: Dhruva Gole <[email protected]>
1 parent ecd0772 commit 087c988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
env:
1919
CMAKE_PREFIX_PATH: /opt/toolchains
2020
CCACHE_IGNOREOPTIONS: -specs=*
21-
MODULE_PATH: ../modules/lib/ArduinoCore-zephyr
21+
MODULE_PATH: ../modules/lib/Arduino-Zephyr-API
2222

2323
steps:
2424
- name: Checkout
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
toolchains: arm-zephyr-eabi
4545
manifest-file-name: ${{ env.MODULE_PATH }}/west.yml
46-
west-project-filter: ${{ env.HAL_FILTER }}
46+
#west-project-filter: ${{ env.HAL_FILTER }}
4747
enable-ccache: false
4848

4949
- name: Add manifest path as module

0 commit comments

Comments
 (0)