Skip to content

Commit 951868d

Browse files
committed
CI: Set LC_ALL=C on build
In order to avoid sed error at regenerating translation files.
1 parent 6fd087e commit 951868d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-macvim.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ jobs:
205205
cat src/auto/config.h
206206
207207
- name: Build
208+
env:
209+
LC_ALL: C
208210
run: |
209211
set -o verbose
210212

0 commit comments

Comments
 (0)