We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de49464 commit ae3bc9eCopy full SHA for ae3bc9e
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
compiler: ldc
31
32
- name: Build firmware
33
- working-directory: ldc_hello
+ working-directory: zephyr_ldc_examples
34
shell: bash
35
run: |
36
west build -b qemu_cortex_m3 pthread
0 commit comments