Skip to content

Commit 2a7358f

Browse files
authored
Update examples.yml
1 parent 5c1f4e1 commit 2a7358f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/examples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,8 @@ 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+
env:
61+
PYTHONIOENCODING: utf-8
62+
PYTHONUTF8: '1'
6063
if: "matrix.example != 'examples/espidf-arduino-matter-light' || matrix.os != 'windows-latest'"
6164
run: pio run -d ${{ matrix.example }}

0 commit comments

Comments
 (0)