You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
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.