Browse Source

Specify the source directory for the west build command.

xmkb
Pete Johanson 4 years ago
parent
commit
88720b1dff
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -36,4 +36,4 @@ jobs: @@ -36,4 +36,4 @@ jobs:
id: west-build
with:
command: 'build'
command-args: '-b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire'
command-args: '-s app -b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire'

Loading…
Cancel
Save