fix release build

This commit is contained in:
cjkas 2026-03-24 22:08:26 +01:00
parent 26866c050b
commit 84e713d1b2

View file

@ -36,8 +36,8 @@ jobs:
with: with:
python-version: "3.12" python-version: "3.12"
- name: Install PlatformIO - name: Install PlatformIO and esptool
run: pip install platformio run: pip install platformio esptool
- name: Build firmware - name: Build firmware
run: pio run -e ${{ matrix.env }} run: pio run -e ${{ matrix.env }}