Skip to content

Commit 5e7e609

Browse files
committed
Fix CI
1 parent 5afdf3b commit 5e7e609

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
run: |
105105
python -m pip install --upgrade pip
106106
pip install --upgrade platformio
107+
pip install --upgrade intelhex
107108
108109
- run: PLATFORMIO_SRC_DIR=examples/Client PIO_BOARD=${{ matrix.board }} pio run -e ${{ matrix.env }}
109110
- run: PLATFORMIO_SRC_DIR=examples/FetchWebsite PIO_BOARD=${{ matrix.board }} pio run -e ${{ matrix.env }}

0 commit comments

Comments
 (0)