Fix duplicate job ID.
This commit is contained in:
parent
41115274e1
commit
492ae24d60
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
command: 'zephyr-export'
|
command: 'zephyr-export'
|
||||||
- name: West Build
|
- name: West Build
|
||||||
uses: ./.github/actions/zephyr-west # Uses an action in the root directory
|
uses: ./.github/actions/zephyr-west # Uses an action in the root directory
|
||||||
id: west-zephyr-export
|
id: west-build
|
||||||
with:
|
with:
|
||||||
command: 'build'
|
command: 'build'
|
||||||
command-args: '-b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire'
|
command-args: '-b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire'
|
||||||
|
|
Loading…
Reference in a new issue