mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2026-03-30 08:52:11 +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:
|
||||
python-version: "3.12"
|
||||
|
||||
- name: Install PlatformIO
|
||||
run: pip install platformio
|
||||
- name: Install PlatformIO and esptool
|
||||
run: pip install platformio esptool
|
||||
|
||||
- name: Build firmware
|
||||
run: pio run -e ${{ matrix.env }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue