Merge pull request #12431 from Jason2866/patch-1

Fix Github actions build
This commit is contained in:
Theo Arends 2021-06-21 15:48:55 +02:00 committed by GitHub
commit c3f6141600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 42 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:

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: