From a4a4f3e41bb5fc464fc5eae0408fddd0e23e543f Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 12 Mar 2021 09:51:13 +0100 Subject: [PATCH] no lite --- .github/workflows/Tasmota_build.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/Tasmota_build.yml b/.github/workflows/Tasmota_build.yml index 018b355de..e2e2c2c25 100644 --- a/.github/workflows/Tasmota_build.yml +++ b/.github/workflows/Tasmota_build.yml @@ -724,26 +724,6 @@ jobs: path: ./build_output - tasmota32-lite: - needs: tasmota_pull - runs-on: ubuntu-latest - continue-on-error: true - steps: - - uses: actions/checkout@v1 - - name: Set up Python - uses: actions/setup-python@v1 - - name: Install dependencies - run: | - pip install -U platformio - - name: Run PlatformIO - run: | - platformio run -e tasmota32-lite - - uses: actions/upload-artifact@v2 - with: - name: firmware - path: ./build_output - - tasmota32-webcam: needs: tasmota_pull runs-on: ubuntu-latest