From f7b7737c3d9db87aaca158097b1e5c398daf878a Mon Sep 17 00:00:00 2001 From: "TSM.ID" Date: Mon, 25 May 2026 11:59:29 +0700 Subject: [PATCH] =?UTF-8?q?[TSM.ID].[11031972]=203Z:=20Fix=20bare-metal=20?= =?UTF-8?q?false=20failure=20=E2=80=94=20add=20LANG=3DC.UTF-8=20env=20to?= =?UTF-8?q?=20prevent=20act=5Frunner=20emoji=20encoding=20crash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/bare-metal.yml | 4 ++++ .gitea/workflows/ci.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.gitea/workflows/bare-metal.yml b/.gitea/workflows/bare-metal.yml index c0c7601..6105279 100644 --- a/.gitea/workflows/bare-metal.yml +++ b/.gitea/workflows/bare-metal.yml @@ -14,6 +14,10 @@ jobs: bare-metal-check: name: "3Z: Bare Metal (3 Module)" runs-on: ubuntu-latest + env: + LANG: C.UTF-8 + LC_ALL: C.UTF-8 + PYTHONIOENCODING: utf-8 steps: - name: "[TSM.ID] Checkout Multiverse" run: | diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f6fc612..3f3549b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,6 +14,10 @@ jobs: zero-error-check: name: "3Z: Zero Error Check (116 Modules)" runs-on: ubuntu-latest + env: + LANG: C.UTF-8 + LC_ALL: C.UTF-8 + PYTHONIOENCODING: utf-8 steps: - name: "[TSM.ID] Checkout Multiverse" run: |