We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f5715 commit a90c333Copy full SHA for a90c333
1 file changed
.github/workflows/DBTFT-pio-build.yml
@@ -22,6 +22,9 @@ jobs:
22
python -m pip install --upgrade pip
23
pip install --upgrade platformio
24
25
+ - name: Run esptoolpy
26
+ run: pio pkg exec --package "platformio/tool-esptoolpy@~1.40501.0" -- esptool.py version
27
+
28
- name: Build PlatformIO Project D1
29
run: pio ci -c ./examples/DBTFT/platformio.ini -e d1_mini --build-dir /tmp/pio-build --keep-build-dir ./examples/DBTFT/src
30
0 commit comments