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 97066b5 commit 0780e77Copy full SHA for 0780e77
.github/workflows/build.yaml
@@ -18,11 +18,12 @@ jobs:
18
path: './zephyr_workspace/application'
19
submodules: 'true'
20
- name: link custom boards
21
- working-directory: ./zephyr_workspace/custom_boards
+ working-directory: ./zephyr_workspace/application/custom_boards
22
run: |
23
+ ls -lap
24
./link.sh
25
- name: initialize west
- working-directory: ./zephyr_workspace
26
+ working-directory: ./workspace/zephyr_workspace
27
28
west update
29
west zephyr-export
0 commit comments