mirror of
https://github.com/godotengine/godot-cpp.git
synced 2025-12-31 01:48:45 +03:00
Merge pull request #1777 from Repiteo/ci/windows-utf8
CI: Ensure utf-8 support on Windows GHA
This commit is contained in:
2
.github/workflows/ci-scons.yml
vendored
2
.github/workflows/ci-scons.yml
vendored
@@ -10,6 +10,8 @@ env:
|
||||
# Use UTF-8 on Linux.
|
||||
LANG: en_US.UTF-8
|
||||
LC_ALL: en_US.UTF-8
|
||||
# Use UTF-8 on Windows.
|
||||
PYTHONIOENCODING: utf8
|
||||
|
||||
concurrency:
|
||||
group: ci-scons-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user