forked from aniani/vim
patch 8.2.2237: CI on Mac fails in sed command
Problem: CI on Mac fails in sed command. Solution: Set LC_ALL to "C". (Ozaki Kiichi, closes #7565)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -291,7 +291,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
LANG: C
|
||||
LC_ALL: C
|
||||
run: |
|
||||
make -j${NPROC}
|
||||
|
||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2237,
|
||||
/**/
|
||||
2236,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user