Skip to content

Commit fe70831

Browse files
authored
Install intelhex for esptool
1 parent 83cecfa commit fe70831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install PlatformIO
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install --upgrade platformio
33+
pip install --upgrade platformio intelhex
3434
- name: Install library dependencies
3535
run: pio pkg install -g -l "paulstoffregen/Time@^1.6"
3636
- name: Run PlatformIO

0 commit comments

Comments
 (0)