ci: move UTF-8 step to windows job
This commit is contained in:
parent
64f50e5c49
commit
6640b43876
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -38,12 +38,6 @@ 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
|
||||||
@ -123,6 +117,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