diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 10:52:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 10:52:15 -0400 |
commit | 92a4f3985d1a51451067b94182e170516dbeed00 (patch) | |
tree | c91bf84041e35d1c3a3a3cf57b83633c0f7b6820 /.github | |
parent | af7f4e0892571ba181b180d2bfcf88a8d883584b (diff) | |
parent | 292df586a46e9006c427e4b5572b6271d5d974f3 (diff) |
Merge pull request #15 from petejohanson/build/zephyr-west-module-excludes
Exclude some unused Zephyr west submodules.
Diffstat (limited to '.github')
-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 29fba21..b909dcf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,4 +53,4 @@ jobs: id: west-build with: command: 'build' - command-args: '-s app -b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire' + command-args: '-s app -b proton_c -- -DSHIELD=petejohanson_proton_handwire' |