File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2222 - " examples/arduino-zigbee-switch"
2323 - " examples/tasmota"
2424 - " examples/espidf-arduino-h2zero-BLE_scan"
25- # - "examples/espidf-arduino-matter-light"
25+ - " examples/espidf-arduino-matter-light"
2626 - " examples/arduino-matter-light"
2727 - " examples/espidf-arduino-blink"
2828 - " examples/espidf-arduino-littlefs"
@@ -48,13 +48,14 @@ jobs:
4848 python-version : " 3.13"
4949 - name : Install dependencies
5050 run : |
51- python -m pip install --upgrade pip
5251 pip install wheel
5352 pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
5453 pio pkg install --global --platform file://.
5554 - name : git clone Tasmota and add to examples
55+ if : " matrix.example == 'examples/tasmota'"
5656 run : |
5757 git clone -b development --depth 1 https://github.com/arendst/Tasmota.git examples/tasmota
5858 cp examples/tasmota_platformio_override.ini examples/tasmota/platformio_override.ini
5959 - name : Build examples
60+ if : " matrix.example != 'examples/espidf-arduino-matter-light' || matrix.os != 'windows-latest'"
6061 run : pio run -d ${{ matrix.example }}
You can’t perform that action at this time.
0 commit comments