just ran into the missing libtinfo5 problem again ...
# kotlin-native
e
just ran into the missing libtinfo5 problem again which seems to be pretty common, would be nice for kotlin native tooling to be updated so that this isn't an issue.
s
If you install
libncurses5
on the Debian image in CircleCI, it'll work just fine.
e
yep, did that!