summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-06-12 09:42:52 -0400
committerPete Johanson <peter@peterjohanson.com>2020-06-12 09:47:21 -0400
commitcaf934792a53291b737b644f2472799a90d3b873 (patch)
tree40a33cd0ae33633eebf159e734aed2a9c3e2efe8 /.github
parentaf7f4e0892571ba181b180d2bfcf88a8d883584b (diff)
Exclude some unused Zephyr west submodules.
* Don't waste space/time updating unused modules for architectures we aren't targetting (yet).
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
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'