This repository was archived by the owner on Jan 5, 2024. It is now read-only.
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
hlint-action error: libtinfo.so.5: cannot open shared object file #128
Closed
Description
GitHub has updated ubuntu-latest
,
We're bumping into issues here and there and one is the hlint-run
Action failing,
/opt/hostedtoolcache/hlint/3.3.6/x64/hlint: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
hlint completed with status code 127
I've worked around by adding the following step first,
- run: sudo apt-get install -y libncurses5
I'm not sure if hlint-setup
should include this?
Annoying because it added ~5s to a Job that's only ~4s in total normally.