Skip to content

Commit c2fb33a

Browse files
committed
Fix CI
1 parent 94d8b11 commit c2fb33a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
run: |
9393
python -m pip install --upgrade pip
9494
pip install --upgrade platformio
95+
pip install --upgrade intelhex
9596
9697
- run: PLATFORMIO_SRC_DIR=examples/BlockingCaptivePortal PIO_BOARD=${{ matrix.board }} PIO_PLATFORM=${{ matrix.platform }} pio run -e ci
9798
- run: PLATFORMIO_SRC_DIR=examples/NonBlockingCaptivePortal PIO_BOARD=${{ matrix.board }} PIO_PLATFORM=${{ matrix.platform }} pio run -e ci
@@ -137,6 +138,7 @@ jobs:
137138
run: |
138139
python -m pip install --upgrade pip
139140
pip install --upgrade platformio
141+
pip install --upgrade intelhex
140142
141143
- run: PLATFORMIO_SRC_DIR=examples/BlockingCaptivePortal PIO_BOARD=${{ matrix.board }} PIO_PLATFORM=${{ matrix.platform }} pio run -e ci-esp8266
142144
- run: PLATFORMIO_SRC_DIR=examples/NonBlockingCaptivePortal PIO_BOARD=${{ matrix.board }} PIO_PLATFORM=${{ matrix.platform }} pio run -e ci-esp8266
@@ -181,6 +183,7 @@ jobs:
181183
run: |
182184
python -m pip install --upgrade pip
183185
pip install --upgrade platformio
186+
pip install --upgrade intelhex
184187
185188
- run: PLATFORMIO_SRC_DIR=examples/BlockingCaptivePortal pio run -e ${{ matrix.board }}-${{ matrix.platform }}
186189
- run: PLATFORMIO_SRC_DIR=examples/NonBlockingCaptivePortal pio run -e ${{ matrix.board }}-${{ matrix.platform }}

0 commit comments

Comments
 (0)