Skip to content

Commit 49646e1

Browse files
committed
Merge pull request #105756 from Repiteo/ci/windows-utf8
CI: Ensure Windows Actions handle utf-8 characters
2 parents 790ac5a + 22d297a commit 49646e1

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)