Skip to content

Commit 42f6dc6

Browse files
committed
CI: Ensure utf-8 support on Windows GHA
1 parent 08fd033 commit 42f6dc6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-scons.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ env:
1010
# Use UTF-8 on Linux.
1111
LANG: en_US.UTF-8
1212
LC_ALL: en_US.UTF-8
13+
# Use UTF-8 on Windows.
14+
PYTHONIOENCODING: utf8
1315

1416
concurrency:
1517
group: ci-scons-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}

0 commit comments

Comments
 (0)