From e5926c32719a58016efa254048344dc6d9842a33 Mon Sep 17 00:00:00 2001 From: "Rodrigo B. de Oliveira" Date: Sun, 1 Dec 2024 12:05:37 -0300 Subject: [PATCH] wip --- .github/workflows/builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index de91661..a22475a 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -66,8 +66,8 @@ jobs: - name: Test if: ${{ matrix.float-precision == 'single' && matrix.target-type == 'template_debug' && (matrix.platform == 'linux' || matrix.platform == 'macos' || (matrix.platform == 'windows' && matrix.arch == 'x86_64')) }} run: | - chcp 65001 >$null - [console]::OutputEncoding = [System.Text.Encoding]::UTF8 + $env:LANG = "en_US.UTF-8" + $env:LC_ALL = "en_US.UTF-8" make test -j # Sign