diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-11-06 15:29:58 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-11-06 15:29:58 -0800 |
| commit | 9ef23e8659d4ee58e3158c63f690108b411015a1 (patch) | |
| tree | d40633fccb28527c98fd97845928ce475145e9d4 /.github/workflows | |
| parent | b2e83952c026485866a7b5a830d85850b09abb38 (diff) | |
Fix build board list
Diffstat (limited to '.github/workflows')
| -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 404d2ea2e..a2e9e92ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -421,7 +421,7 @@ jobs: fail-fast: false matrix: board: - - "adafruit_esp32s2_eink_portal" + - "adafruit_magtag" - "adafruit_metro_esp32s2" - "electroniccats_bastwifi" - "espressif_kaluga_1" |
