From e2f62b68d500e351fb55ab61e1d50c8e7d2165fb Mon Sep 17 00:00:00 2001 From: GreenWizard Date: Fri, 29 Dec 2023 22:49:41 +0100 Subject: [PATCH] fix typo --- .github/workflows/platformio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platformio.yaml b/.github/workflows/platformio.yaml index c24ab99..95b86ce 100644 --- a/.github/workflows/platformio.yaml +++ b/.github/workflows/platformio.yaml @@ -24,6 +24,6 @@ jobs: working-directory: ./controller/tea_poor run: pio test -e native - - name: Build PlatformIO Project for Android + - name: Build PlatformIO Project for Arduino working-directory: ./controller/tea_poor run: pio run -e uno_r4_wifi