1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Expand the platformio dep installer to also install platforms and tools (#4716)

This commit is contained in:
Jesse Hills
2023-04-27 12:26:06 +12:00
committed by GitHub
parent 77f71acbc8
commit 6476357596
9 changed files with 69 additions and 47 deletions

View File

@@ -11,6 +11,7 @@ on:
- ".github/workflows/**"
- "requirements*.txt"
- "platformio.ini"
- "script/platformio_install_deps.py"
pull_request:
paths:
@@ -18,6 +19,7 @@ on:
- ".github/workflows/**"
- "requirements*.txt"
- "platformio.ini"
- "script/platformio_install_deps.py"
permissions:
contents: read