Skip to content

Commit 22d297a

Browse files
committed
CI: Ensure Windows can handle utf-8 characters
1 parent 4e6451d commit 22d297a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows_builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
env:
88
SCONSFLAGS: verbose=yes warnings=extra werror=yes module_text_server_fb_enabled=yes d3d12=yes strict_checks=yes "angle_libs=${{ github.workspace }}/" "accesskit_sdk_path=${{ github.workspace }}/accesskit-c-0.15.1/"
99
SCONS_CACHE_MSVC_CONFIG: true
10+
PYTHONIOENCODING: utf8
1011

1112
jobs:
1213
build-windows:

0 commit comments

Comments
 (0)