mirror of https://github.com/arendst/Tasmota.git
Fix build
This commit is contained in:
parent
74ef90b356
commit
258226869f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue