We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8999eea commit c29e58aCopy full SHA for c29e58a
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
west-project-filter: ${{ env.HAL_FILTER }}
37
38
- name: Add manifest path as module
39
- run:
+ run: |
40
echo EXTRA_ZEPHYR_MODULES=\"$(pwd)/${{ env.SUBPATH }}\" >> $GITHUB_ENV
41
ls -la
42
find ${{ env.SUBPATH }}
0 commit comments