From 50883bf36d6e807a2563b7f28f5ca92b9ac6a068 Mon Sep 17 00:00:00 2001 From: Andreas Schiffler Date: Mon, 8 Aug 2022 11:20:52 +0200 Subject: [PATCH] Update compile_esp8266.yml --- .github/workflows/compile_esp8266.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile_esp8266.yml b/.github/workflows/compile_esp8266.yml index 71abda61..8af7f1f5 100644 --- a/.github/workflows/compile_esp8266.yml +++ b/.github/workflows/compile_esp8266.yml @@ -35,9 +35,9 @@ jobs: working-directory: tools/esp8266/html run: python convert.py - name: Run PlatformIO - run: | - pio run -d tools/esp8266 --environment node_mcu_v2 - pio run -d tools/esp8266 --environment d1_mini + run: pio run -d tools/esp8266 --environment node_mcu_v2 + - name: Run PlatformIO + run: pio run -d tools/esp8266 --environment d1_mini - name: rename working-directory: tools/esp8266/helpers run: python getVersion.py