Skip to content

Commit

Permalink
Build safeboot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Jan 24, 2025
1 parent 6b878ac commit 767b13c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/Tasmota_build_devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
safeboot-images:
needs: push_solidified
runs-on: ubuntu-latest
if: github.repository == 'arendst/Tasmota'
# if: github.repository == 'arendst/Tasmota'
continue-on-error: true
strategy:
matrix:
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
path: ./build_output

base32-images:
needs: push_solidified
needs: safeboot-images
runs-on: ubuntu-latest
# if: github.repository == 'arendst/Tasmota'
continue-on-error: true
Expand Down Expand Up @@ -213,6 +213,11 @@ jobs:
pip install wheel
pip install -U platformio
cp ./platformio_override_sample.ini ./platformio_override.ini
- name: Download safeboot firmwares
uses: jason2866/[email protected]
with:
name: firmware_safeboot
path: ./firmware
- name: Run PlatformIO
run: platformio run -e ${{ matrix.variant }}
- name: Upload firmware artifacts
Expand Down

0 comments on commit 767b13c

Please sign in to comment.