From 4029b57bb2394f6d67d8fe6d54099096cd585556 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 18 Nov 2023 13:14:41 +0100 Subject: [PATCH] add C2 / C6 to devel build --- .github/workflows/Tasmota_build_devel.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 776c18d85..92c54a941 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -176,6 +176,8 @@ jobs: - tasmota32s3 - tasmota32s3cdc - tasmota32solo1 + - tasmota32c2-arduino30 + - tasmota32c6-arduino30 steps: - uses: actions/checkout@v3 with: @@ -188,6 +190,9 @@ jobs: run: | pip install wheel pip install -U platformio + cp ./platformio_tasmota_core3_env_sample.ini ./platformio_tasmota_core3_env.ini + cp ./platformio_override_sample.ini ./platformio_override.ini + - name: Run PlatformIO - name: Download safeboot firmwares uses: actions/download-artifact@v3 with: @@ -225,6 +230,9 @@ jobs: run: | pip install wheel pip install -U platformio + cp ./platformio_tasmota_core3_env_sample.ini ./platformio_tasmota_core3_env.ini + cp ./platformio_override_sample.ini ./platformio_override.ini + - name: Run PlatformIO - name: Download safeboot firmwares uses: actions/download-artifact@v3 with: