Browse Source

CI: Ensure utf-8 support on Windows GHA

(cherry picked from commit 42f6dc6d49cf2a9607df1d2025e44814cea29c0b)
Thaddeus Crews 4 months ago
parent
commit
2bd3d5314e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/ci-scons.yml

+ 2 - 0
.github/workflows/ci-scons.yml

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