ci: move UTF-8 step to windows job

This commit is contained in:
Peter Steinberger 2026-01-09 14:28:52 +01:00
parent 64f50e5c49
commit 6640b43876

View File

@ -38,12 +38,6 @@ 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
@ -123,6 +117,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