Skip to content

Demonstrate the issue with an even simpler command #9

Demonstrate the issue with an even simpler command

Demonstrate the issue with an even simpler command #9

name: esptool as a pio tool
on: push
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: pip install --upgrade platformio
- name: Build firmware
run: pio pkg exec --package "platformio/tool-esptoolpy" -- esptool version