ci: force UTF-8 on Windows runners (#569) (thanks @bjesuiter)
This commit is contained in:
parent
bd6e881eba
commit
64f50e5c49
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -38,6 +38,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: false
|
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)
|
- name: Checkout submodules (retry)
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user