Skip to content

Add full path to pio #14

Add full path to pio

Add full path to pio #14

Workflow file for this run

name: esptool as a python tool
on: push
jobs:
build:
strategy:
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 esptool
- name: Build firmware
run: python -m esptool version