Skip to content

Commit 69c1731

Browse files
committed
fix: intelhex
1 parent c572aca commit 69c1731

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ 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
65+
pip install intelhex
6766
- name: Step 6 - Install library dependencies
6867
run: |
6968
pio pkg install -l "bblanchon/ArduinoJson" -l "links2004/WebSockets" -g

0 commit comments

Comments
 (0)