CI: Ensure utf-8 support on Windows GHA

This commit is contained in:
Thaddeus Crews
2025-04-26 12:29:50 -05:00
parent 08fd033a9e
commit 42f6dc6d49

View File

@@ -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 }}