diff options
| author | Rémi Sarrailh <remi@madnerd.org> | 2020-09-16 14:59:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-16 14:59:35 +0200 |
| commit | 4225f8348ffc8cfd0bd0cd881d5896b12a16b324 (patch) | |
| tree | 02c03f530376e688b44cf1b0c950656b861597fa | |
| parent | d538918cfd0d24afffc800db4d07e7e269a13f45 (diff) | |
Change build-arm to build-xtensa in build.yml
| -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 6d8dc5ba1..8e7648e3e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -244,7 +244,6 @@ jobs: - "metro_nrf52840_express" - "mini_sam_m4" - "monster_m4sk" - - "muselab_nanoesp32_s2" - "ndgarage_ndbit6" - "ndgarage_ndbit6_v2" - "nfc_copy_cat" @@ -417,6 +416,7 @@ jobs: - "espressif_saola_1_wroom" - "espressif_saola_1_wrover" - "microdev_micro_s2" + - "muselab_nanoesp32_s2" - "unexpectedmaker_feathers2" steps: |
