mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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:
parent
746670604a
commit
ed1e4c9a70
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,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user