diff options
| author | microDev <70126934+microDev1@users.noreply.github.com> | 2020-08-24 11:10:34 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 11:10:34 +0530 |
| commit | c79389c4d4af881a1df3e366855c731f09a1e128 (patch) | |
| tree | b5bebf36291e799e2a43182eb56e9eef9fbe0255 /.github | |
| parent | dc36a2c0b60655245bdfec98adb7e05a5cdf2fd3 (diff) | |
Added microS2 board to build.yml
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 ceb691a15..28bc7664c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -410,6 +410,7 @@ jobs: board: - "espressif_saola_1_wroom" - "espressif_saola_1_wrover" + - "micro_s2" - "unexpectedmaker_feathers2" steps: |
