runtime env for ncurses (TERMINFO)

This commit is contained in:
Max Howell 2022-12-11 10:10:19 -05:00
parent 033bf2f15a
commit ede2481150
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -28,6 +28,11 @@ build:
- --without-ada
- --with-pkg-config-libdir=$PCDIR
runtime:
env:
TERMINFO: /usr/share/terminfo:${{prefix}}/share/terminfo
# ^^ we delegate to the system first since they may apply platform specific info
test:
script: true #FIXME