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 86ca4ab commit e5926c3Copy full SHA for e5926c3
.github/workflows/builds.yml
@@ -66,8 +66,8 @@ jobs:
66
- name: Test
67
if: ${{ matrix.float-precision == 'single' && matrix.target-type == 'template_debug' && (matrix.platform == 'linux' || matrix.platform == 'macos' || (matrix.platform == 'windows' && matrix.arch == 'x86_64')) }}
68
run: |
69
- chcp 65001 >$null
70
- [console]::OutputEncoding = [System.Text.Encoding]::UTF8
+ $env:LANG = "en_US.UTF-8"
+ $env:LC_ALL = "en_US.UTF-8"
71
make test -j
72
73
# Sign
0 commit comments