File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- os : [ubuntu-24.04, windows-2022 , macos-15]
15
+ os : [ubuntu-24.04, windows-latest , macos-15]
16
16
example :
17
17
- " examples/arduino-blink"
18
18
- " examples/arduino-rmt-blink"
22
22
- " examples/arduino-zigbee-switch"
23
23
- " examples/tasmota"
24
24
- " examples/espidf-arduino-h2zero-BLE_scan"
25
- # - "examples/espidf-arduino-matter-light"
25
+ - " examples/espidf-arduino-matter-light"
26
26
- " examples/arduino-matter-light"
27
27
- " examples/espidf-arduino-blink"
28
28
- " examples/espidf-arduino-littlefs"
@@ -48,13 +48,14 @@ jobs:
48
48
python-version : " 3.13"
49
49
- name : Install dependencies
50
50
run : |
51
- python -m pip install --upgrade pip
52
51
pip install wheel
53
52
pip install -U https://github.com/pioarduino/platformio-core/archive/refs/tags/v6.1.18.zip
54
53
pio pkg install --global --platform file://.
55
54
- name : git clone Tasmota and add to examples
55
+ if : " matrix.example == 'examples/tasmota'"
56
56
run : |
57
57
git clone -b development --depth 1 https://github.com/arendst/Tasmota.git examples/tasmota
58
58
cp examples/tasmota_platformio_override.ini examples/tasmota/platformio_override.ini
59
59
- name : Build examples
60
+ if : " matrix.example != 'examples/espidf-arduino-matter-light' || matrix.os != 'windows-latest'"
60
61
run : pio run -d ${{ matrix.example }}
You can’t perform that action at this time.
0 commit comments