mirror of
https://github.com/zoriya/vim.git
synced 2026-06-05 12:51:20 +00: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:
@@ -291,7 +291,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
LANG: C
|
||||
LC_ALL: C
|
||||
run: |
|
||||
make -j${NPROC}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user