diff options
| author | Dan Halbert <halbert@adafruit.com> | 2020-01-15 17:21:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-15 17:21:19 -0500 |
| commit | f496b6cdc88ae56f83ff75f0cdd7017f2563654d (patch) | |
| tree | a80304dd6923366fcc6e1fca29abc8d9f336148b /.github | |
| parent | c1ed78de792254ab0657701816ca9d7fe6a80711 (diff) | |
| parent | eb481c9247fb10e5f34eedcaf5d14eed5598b4a9 (diff) | |
Merge pull request #2520 from joeycastillo/openbook-squashed
CircuitPython support for the Open Book
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a78fec4dd..84e122827 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,6 +125,7 @@ jobs: - "metro_nrf52840_express" - "mini_sam_m4" - "monster_m4sk" + - "openbook_m4" - "particle_argon" - "particle_boron" - "particle_xenon" |
