From 8ec323a579dcbed8a7c1efe0d132112035b9d570 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 12 Mar 2021 09:50:22 +0100 Subject: [PATCH] no lite32 --- .github/workflows/CI_github_ESP32.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/CI_github_ESP32.yml b/.github/workflows/CI_github_ESP32.yml index 1a51e2306..849316beb 100644 --- a/.github/workflows/CI_github_ESP32.yml +++ b/.github/workflows/CI_github_ESP32.yml @@ -104,26 +104,6 @@ jobs: name: firmware path: ./build_output - tasmota32-lite: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Set up Python - uses: actions/setup-python@v1 - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install -U platformio - platformio upgrade --dev - platformio update - - name: Run PlatformIO - run: | - platformio run -e tasmota32-lite - - uses: actions/upload-artifact@v2 - with: - name: firmware - path: ./build_output - tasmota32-knx: runs-on: ubuntu-latest steps: