Skip to content

Commit a90c333

Browse files
committed
Fix esptool intelhex issue
1 parent d0f5715 commit a90c333

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/DBTFT-pio-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
python -m pip install --upgrade pip
2323
pip install --upgrade platformio
2424
25+
- name: Run esptoolpy
26+
run: pio pkg exec --package "platformio/tool-esptoolpy@~1.40501.0" -- esptool.py version
27+
2528
- name: Build PlatformIO Project D1
2629
run: pio ci -c ./examples/DBTFT/platformio.ini -e d1_mini --build-dir /tmp/pio-build --keep-build-dir ./examples/DBTFT/src
2730

0 commit comments

Comments
 (0)