diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-08-19 19:00:27 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-19 19:00:27 -0400 | 
| commit | e6ed051ff4f15a165313f33429b96f561e9e98bd (patch) | |
| tree | 4fa7f3463bc2f373f04a2ccd59584593c7edbc8c /.github/workflows/build.yml | |
| parent | 2a0e35c11f02257e7292ea5766b952fa8b364bbf (diff) | |
| parent | 506c3b031e042430149cd663a561a13cd6e5835b (diff) | |
Merge pull request #106 from petejohanson/boards/bluemicro840-naming-refactor
refactor(boards): Rename to bluemicro840_v1.
Diffstat (limited to '.github/workflows/build.yml')
| -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 8a2ea9a..0f0e74a 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, bluemicro52840_v1, nrfmicro_13] +        board: [proton_c, nice_nano, bluemicro840_v1, nrfmicro_13]          shield:            - corne_left            - corne_right | 
