From 88720b1dff648e9fabf8ac31085a5c888dbd8112 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 8 Jun 2020 21:14:05 -0400 Subject: [PATCH] Specify the source directory for the west build command. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55b0fac7..7d116b7c 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'