Skip to content

Commit dede53a

Browse files
committed
Fix indentation
1 parent a90c333 commit dede53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install --upgrade platformio
2424
2525
- name: Run esptoolpy
26-
run: pio pkg exec --package "platformio/tool-esptoolpy@~1.40501.0" -- esptool.py version
26+
run: pio pkg exec --package "platformio/tool-esptoolpy@~1.40501.0" -- esptool.py version
2727

2828
- name: Build PlatformIO Project D1
2929
run: pio ci -c ./examples/DBTFT/platformio.ini -e d1_mini --build-dir /tmp/pio-build --keep-build-dir ./examples/DBTFT/src

0 commit comments

Comments
 (0)