diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-12-02 05:15:02 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-08 00:49:17 -0500 |
commit | b26ceebd4c4be19e5147beac747c22e4e6f710b4 (patch) | |
tree | b8efb014dcc7b017a8f272526a98e4733925c3ee /.github/workflows | |
parent | a9f257cdecf7ffa2edb082e5080dbdfea047e82b (diff) |
ci(build): add missing boards
PR: #478
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41f171a..c8b3a90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,6 +53,10 @@ jobs: - splitreus62_right - tg4x include: + - board: dz60rgb_rev1 + - board: nrf52840_m2 + shield: m60 + - board: planck_rev6 - board: proton_c shield: clueboard_california steps: |