vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 8175c975f3805c90bd729dc235ee8fe7399dfb90
parent ffd819bf254ef14060c41ecafaa19fb270b09952
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Tue, 25 Feb 2020 12:32:32 +0100

ci: make sure en_US.UTF-8 locale is available on Debian

Diffstat:
M.builds/debian.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.builds/debian.yml b/.builds/debian.yml @@ -10,6 +10,9 @@ packages: sources: - https://github.com/martanne/vis tasks: + - locale: | + sudo sh -c 'echo en_US.UTF-8 UTF-8 > /etc/locale.gen' + sudo locale-gen - build: | cd vis ./configure