Skip to content

Commit ee105d5

Browse files
committed
Fix CI
1 parent 50dae30 commit ee105d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
run: |
7575
python -m pip install --upgrade pip
7676
pip install --upgrade platformio
77+
pip install --upgrade intelhex
7778
REF_NAME="${{ github.ref_name }}" pio run -e ${{ matrix.board }}
7879
cp .pio/build/${{ matrix.board }}/firmware.bin ./safeboot-${{ matrix.board }}.bin
7980
@@ -140,6 +141,7 @@ jobs:
140141
run: |
141142
python -m pip install --upgrade pip
142143
pip install --upgrade platformio
144+
pip install --upgrade intelhex
143145
SAFEBOOT_IMAGE=../artifacts/${{ matrix.board }}/safeboot-${{ matrix.board }}.bin BOARD=${{ matrix.board }} pio run -d test -e ci
144146
145147
release:

0 commit comments

Comments
 (0)