Skip to content

Commit cb106a9

Browse files
authored
utf-8 issue is fixed
1 parent d37926f commit cb106a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- "examples/arduino-NimBLE-ext_client"
2424
- "examples/arduino-matter-light"
2525
- "examples/tasmota"
26-
#- "examples/espidf-arduino-matter-light"
26+
- "examples/espidf-arduino-matter-light"
2727
- "examples/espidf-arduino-blink"
2828
- "examples/espidf-arduino-littlefs"
2929
- "examples/espidf-blink"
@@ -57,5 +57,5 @@ jobs:
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/tasmota' || matrix.os != 'windows-latest'"
60+
if: "matrix.example != 'examples/espidf-arduino-matter-light' || matrix.os != 'windows-latest'"
6161
run: pio run -d ${{ matrix.example }}

0 commit comments

Comments
 (0)