ci: force UTF-8 on Windows runners (#569) (thanks @bjesuiter)

This commit is contained in:
Peter Steinberger 2026-01-09 14:27:04 +01:00
parent bd6e881eba
commit 64f50e5c49

View File

@ -38,6 +38,12 @@ jobs:
with:
submodules: false
- name: Force UTF-8 output (Windows)
run: |
chcp.com 65001
echo "LANG=en_US.UTF-8" >> "$GITHUB_ENV"
echo "LC_ALL=en_US.UTF-8" >> "$GITHUB_ENV"
- name: Checkout submodules (retry)
run: |
set -euo pipefail