[TSM.ID].[11031972] 3Z: Fix bare-metal false failure — add LANG=C.UTF-8 env to prevent act_runner emoji encoding crash

This commit is contained in:
TSM.ID
2026-05-25 11:59:29 +07:00
parent f21e6dd85e
commit f7b7737c3d
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -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: |
+4
View File
@@ -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: |