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: |