commit | ed1e4c9a70aaa7de56bac23e75a846e874a32a56 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 15:46:47 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 28 15:46:47 2020 +0100 |
tree | 0f4ab96855507b977bbaba7c9c8af79568605a48 | |
parent | 746670604a60cb0356b56c112ffb6d297c679099 [diff] |
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)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40a2ce3..adbbb1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -291,7 +291,7 @@ - name: Build env: - LANG: C + LC_ALL: C run: | make -j${NPROC}