diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-08-16 21:34:48 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-08-16 21:34:48 -0400 |
commit | 15405f351ac8446bbadd2d46e65f6c90dd7c4c6d (patch) | |
tree | 8dd0c2443a145ba604ab0f9c1e3a3a454908e2e8 /.github | |
parent | 8b4d2b6093dcdf22348e8f5b76f1d389328fad1e (diff) |
Add BlueMicro52840 to build matrix.
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 5eb7971..a87ce5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: name: Build Test strategy: matrix: - board: [proton_c, nice_nano] + board: [proton_c, nice_nano, bluemicro52840_v1] shield: - corne_left - corne_right |