We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50dae30 commit ee105d5Copy full SHA for ee105d5
.github/workflows/build.yml
@@ -74,6 +74,7 @@ jobs:
74
run: |
75
python -m pip install --upgrade pip
76
pip install --upgrade platformio
77
+ pip install --upgrade intelhex
78
REF_NAME="${{ github.ref_name }}" pio run -e ${{ matrix.board }}
79
cp .pio/build/${{ matrix.board }}/firmware.bin ./safeboot-${{ matrix.board }}.bin
80
@@ -140,6 +141,7 @@ jobs:
140
141
142
143
144
145
SAFEBOOT_IMAGE=../artifacts/${{ matrix.board }}/safeboot-${{ matrix.board }}.bin BOARD=${{ matrix.board }} pio run -d test -e ci
146
147
release:
0 commit comments