Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Jun 21, 2021
1 parent 74ef90b commit 2582268
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/Tasmota_build_master.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2582268

Please sign in to comment.