We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1f4e1 commit 2a7358fCopy full SHA for 2a7358f
.github/workflows/examples.yml
@@ -57,5 +57,8 @@ jobs:
57
git clone -b development --depth 1 https://github.com/arendst/Tasmota.git examples/tasmota
58
cp examples/tasmota_platformio_override.ini examples/tasmota/platformio_override.ini
59
- name: Build examples
60
+ env:
61
+ PYTHONIOENCODING: utf-8
62
+ PYTHONUTF8: '1'
63
if: "matrix.example != 'examples/espidf-arduino-matter-light' || matrix.os != 'windows-latest'"
64
run: pio run -d ${{ matrix.example }}
0 commit comments