mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-03-30 17:02:12 +02:00
fix release build
This commit is contained in:
parent
26866c050b
commit
84e713d1b2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue