Fix build

This commit is contained in:
Jason2866 2021-06-21 15:37:02 +02:00 committed by GitHub
parent 409c828bb7
commit 74ef90b356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 21 deletions

View File

@ -884,26 +884,6 @@ jobs:
path: ./build_output
tasmota32-ircustom:
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-ircustom
- uses: actions/upload-artifact@v2
with:
name: firmware
path: ./build_output
tasmota32-AF:
needs: tasmota_pull
runs-on: ubuntu-latest
@ -1405,7 +1385,7 @@ jobs:
Upload:
needs: [tasmota-VN, tasmota32-ircustom, tasmota32-VN, tasmota32-TW, tasmota32-TR]
needs: [tasmota-VN, tasmota32-VN, tasmota32-TW, tasmota32-TR]
runs-on: ubuntu-latest
continue-on-error: true
steps: