Skip to content

Commit 75bdb37

Browse files
committed
Python debugging party
1 parent da18c5a commit 75bdb37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,11 @@ jobs:
110110
CI: true
111111
- name: Build via Windows
112112
if: runner.os == 'Windows'
113-
run: ./build.cmd PythonTest
113+
run: |
114+
chcp 65001
115+
./build.cmd PythonTest
114116
env:
117+
PYTHONIOENCODING: utf-8
115118
CI: true
116119

117120
# Builds the project in a dev container

0 commit comments

Comments
 (0)