]> granicus.if.org Git - vim/commitdiff
patch 8.2.2237: CI on Mac fails in sed command v8.2.2237
authorBram Moolenaar <Bram@vim.org>
Mon, 28 Dec 2020 14:46:47 +0000 (15:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 28 Dec 2020 14:46:47 +0000 (15:46 +0100)
Problem:    CI on Mac fails in sed command.
Solution:   Set LC_ALL to "C". (Ozaki Kiichi, closes #7565)

.github/workflows/ci.yml
src/version.c

index 40a2ce3e5ede607a8b3cddeccde3681a5dc78437..adbbb1fee4b0f8e445a2a7ddf6ac7ec17862017a 100644 (file)
@@ -291,7 +291,7 @@ jobs:
 
       - name: Build
         env:
-          LANG: C
+          LC_ALL: C
         run: |
           make -j${NPROC}
 
index 401bce9672ddffa08c995e0cdadd8f6e3dae8c3b..89e6afceefe6d9951434b9af3f7f1a46f9302067 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2237,
 /**/
     2236,
 /**/