diff options
| author | Ha Thach <[email protected]> | 2021-05-19 11:22:34 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-19 11:22:34 +0700 |
| commit | 7bb84890f5a4fa75d1dce85ccef042579a63233b (patch) | |
| tree | 5c41a361210a27822869e7238e138f36f5157702 | |
| parent | 4f84185b43f60a4ae0a579975646434358fee533 (diff) | |
| parent | 7d0fb6f87a3b7d200fcf572c8d99ef87ef0e5982 (diff) | |
Merge pull request #840 from hathach/enable-ci-esp32s3
enable ci for esp32s3 boards
| -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 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 |
