diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-06-08 21:14:05 -0400 | 
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-08 21:14:05 -0400 | 
| commit | 88720b1dff648e9fabf8ac31085a5c888dbd8112 (patch) | |
| tree | 03a84d0a1bc0fdae73660867ce327db5e26d8a36 /.github/workflows/build.yml | |
| parent | 38f1dbd9842eaf53db359ad46b070bfff8db1359 (diff) | |
Specify the source directory for the west build command.
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55b0fac..7d116b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' | 
