Skip to content

Commit

Permalink
ci: fix Alpine build by installing terminfo data
Browse files Browse the repository at this point in the history
Otherwise the terminfo file for the default $TERM (xterm-256color) is
missing, causing vis to fail because libtermkey can not be initialized
properly.
  • Loading branch information
martanne committed Feb 26, 2020
1 parent 3ec5d45 commit 9e19668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .builds/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ packages:
- lua5.3-dev
- lua5.3-lpeg
- ncurses-dev
- ncurses-terminfo
sources:
- https://github.com/martanne/vis
tasks:
Expand Down

0 comments on commit 9e19668

Please sign in to comment.