diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2021-01-12 08:26:29 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-12 08:26:29 -0800 |
| commit | bfdaa6eb9c0720454435e496107adb5e2f8ec660 (patch) | |
| tree | e44b111e64074516f3ae7a5247399595f50ea2a7 /.github/workflows/build.yml | |
| parent | 679b465d96643d14089751ee9618212e1359d503 (diff) | |
| parent | c87e1a6527edd6cfe218bf1b5241468ef9161646 (diff) | |
Merge pull request #3959 from ladyada/main
try adding new feather def
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a21c13c4..b918ba64a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -431,6 +431,8 @@ jobs: fail-fast: false matrix: board: + - "adafruit_feather_esp32s2_nopsram" + - "adafruit_feather_esp32s2_tftback_nopsram" - "adafruit_magtag_2.9_grayscale" - "adafruit_metro_esp32s2" - "electroniccats_bastwifi" |
