mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
CI: Ensure Windows can handle utf-8 characters
This commit is contained in:
parent
4e6451d62a
commit
22d297acd9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/windows_builds.yml
vendored
1
.github/workflows/windows_builds.yml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
env:
|
||||
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/"
|
||||
SCONS_CACHE_MSVC_CONFIG: true
|
||||
PYTHONIOENCODING: utf8
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue