Skip to content

Commit c572aca

Browse files
committed
fix: add missing intelhex
1 parent cb93efb commit c572aca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-esp8266-esp32.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
run: |
6363
python -m pip install --upgrade pip
6464
pip install --upgrade platformio
65+
- name: Install intelhex dependency
66+
run: pip install intelhex
6567
- name: Step 6 - Install library dependencies
6668
run: |
6769
pio pkg install -l "bblanchon/ArduinoJson" -l "links2004/WebSockets" -g

0 commit comments

Comments
 (0)