From 30f87f528ff870d440479948bee3365f5f54daeb Mon Sep 17 00:00:00 2001 From: Hays Chan <25737801+hayschan@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:18:17 +0800 Subject: [PATCH] chore: Update build and test workflow configuration to include esp32 target platform --- .github/workflows/build_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 60d802f..d4ded0f 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -68,7 +68,7 @@ jobs: - release-v5.0 - release-v5.1 target: - - esp32s3 + - esp32 steps: - name: Checkout repository uses: actions/checkout@v3