Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 4fb5e43

Browse files
committed
CI: Set environment variable WINUTF8=1
1 parent bc773b1 commit 4fb5e43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
LANG: en_US.UTF-8
2020
LC_ALL: en_US.UTF-8
2121
LANGUAGE: en_US.UTF-8
22+
WINUTF8: 1
23+
2224
steps:
2325
- uses: actions/checkout@master
2426
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)