From 7d0fb6f87a3b7d200fcf572c8d99ef87ef0e5982 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 19 May 2021 11:05:44 +0700 Subject: [PATCH] enable ci for esp32s3 boards --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 187b7d4a6..01b280fc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -199,7 +199,7 @@ jobs: - 'espressif_kaluga_1' - 'espressif_saola_1' # ESP32-S3 - # - 'espressif_addax_1' # temporarily remove the board from test while espressif MR is not merged + - 'espressif_addax_1' steps: - name: Setup Python