diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-17 22:41:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 22:41:33 -0400 |
commit | f6110a632d0ddbc0a9ebd7bfd4997366f95facfd (patch) | |
tree | f6d43e4b6a3a4851a7c19ac4bf0b6d6396b213d4 /.github/workflows | |
parent | 4f6e2a6694f7f3a5c7d04b984aed218bfff934b1 (diff) | |
parent | 4495aaa7be99550efc0b139084d352dfef7b99ad (diff) |
Merge pull request #57 from petejohanson/boards/lily58-initial-shield
Initial Lily58 shield definition.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea5f24d..4109161 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,11 @@ jobs: strategy: matrix: board: [proton_c, nice_nano] - shield: [kyria_left, kyria_right, petejohanson_pro_micro_handwire] + shield: + - kyria_left + - kyria_right + - lily58_left + - lily58_right steps: # To use this repository's private action, # you must check out the repository |