Skip to content

Commit 98c5c68

Browse files
committed
x
1 parent 70ebb79 commit 98c5c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_esptool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
EXTEN=""
125125
if [[ "${{ matrix.platform }}" == windows* ]]; then
126126
EXTEN=".exe"
127-
chcp 65001
127+
export PYTHONIOENCODING=utf-8
128128
fi
129129
./${{ env.DISTPATH }}/esptool$EXTEN -h
130130
./${{ env.DISTPATH }}/espefuse$EXTEN -h

0 commit comments

Comments
 (0)