From 9e1966899263089d6c27682999a8c5e579aaaa16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 26 Feb 2020 07:22:23 +0100 Subject: [PATCH] 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. --- .builds/alpine.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 82aa12d83..65adc79e3 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: