Skip to content

Commit e5926c3

Browse files
committed
wip
1 parent 86ca4ab commit e5926c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
- name: Test
6767
if: ${{ matrix.float-precision == 'single' && matrix.target-type == 'template_debug' && (matrix.platform == 'linux' || matrix.platform == 'macos' || (matrix.platform == 'windows' && matrix.arch == 'x86_64')) }}
6868
run: |
69-
chcp 65001 >$null
70-
[console]::OutputEncoding = [System.Text.Encoding]::UTF8
69+
$env:LANG = "en_US.UTF-8"
70+
$env:LC_ALL = "en_US.UTF-8"
7171
make test -j
7272
7373
# Sign

0 commit comments

Comments
 (0)