diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2021-02-23 10:40:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-23 10:40:06 -0800 |
| commit | e41137c745af65b6342c7e2d3b09d8930eefedb0 (patch) | |
| tree | e18ea9f61c7930d1f21d72fb69125a0270558038 /.github | |
| parent | 001d7299b2ce90dc1e0fb97bf120f2fcf0dfdbbb (diff) | |
| parent | 78b2daa2a75d5b5e612433611314ec0d02e6784a (diff) | |
Merge pull request #4244 from UnexpectedCircuitPython/main
Added Unexpected Maker TinyS2 board definition
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 810e3c153..a7d0f8a98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -456,6 +456,7 @@ jobs: - "targett_module_clip_wrover" - "unexpectedmaker_feathers2" - "unexpectedmaker_feathers2_prerelease" + - "unexpectedmaker_tinys2" steps: - name: Set up Python 3.8 |
