aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-02-26 07:22:23 +0100
committerMarc André Tanner <mat@brain-dump.org>2020-02-26 07:52:26 +0100
commit9e1966899263089d6c27682999a8c5e579aaaa16 (patch)
tree598531e9b89774ab021dd0b5ff56da6ef93e506f
parent3ec5d45e82d06ed1b9fa6854c316434eeef76d90 (diff)
downloadvis-9e1966899263089d6c27682999a8c5e579aaaa16.tar.gz
vis-9e1966899263089d6c27682999a8c5e579aaaa16.tar.xz
ci: fix Alpine build by installing terminfo data
Otherwise the terminfo file for the default $TERM (xterm-256color) is missing, causing vis to fail because libtermkey can not be initialized properly.
-rw-r--r--.builds/alpine.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 82aa12d..65adc79 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -5,6 +5,7 @@ packages:
- lua5.3-dev
- lua5.3-lpeg
- ncurses-dev
+ - ncurses-terminfo
sources:
- https://github.com/martanne/vis
tasks: