forked from platformio/platformio-core
Exclude ESPHome from projects CI on Windows
This commit is contained in:
3
.github/workflows/projects.yml
vendored
3
.github/workflows/projects.yml
vendored
@ -34,6 +34,9 @@ jobs:
|
|||||||
config_dir: "OpenMQTTGateway"
|
config_dir: "OpenMQTTGateway"
|
||||||
env_name: "esp32-m5atom"
|
env_name: "esp32-m5atom"
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
|
exclude:
|
||||||
|
- os: windows-latest
|
||||||
|
project: {"esphome": "", "repository": "esphome/esphome", "folder": "esphome", "config_dir": "esphome", "env_name": "esp32-arduino"}
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user