From 42f6dc6d49cf2a9607df1d2025e44814cea29c0b Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Sat, 26 Apr 2025 12:29:50 -0500 Subject: [PATCH] CI: Ensure utf-8 support on Windows GHA --- .github/workflows/ci-scons.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-scons.yml b/.github/workflows/ci-scons.yml index b951c29c0..96790bc9b 100644 --- a/.github/workflows/ci-scons.yml +++ b/.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 }}