We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fd033 commit 42f6dc6Copy full SHA for 42f6dc6
.github/workflows/ci-scons.yml
@@ -10,6 +10,8 @@ env:
10
# Use UTF-8 on Linux.
11
LANG: en_US.UTF-8
12
LC_ALL: en_US.UTF-8
13
+ # Use UTF-8 on Windows.
14
+ PYTHONIOENCODING: utf8
15
16
concurrency:
17
group: ci-scons-${{ github.actor }}-${{ github.head_ref || github.run_number }}-${{ github.ref }}
0 commit comments