I want to use libjpeg.so.8 in my github actions workflow, but can't. I've tried installing libjpeg0 but im unable to. Maybe you could know any way around this? I've also tried installing libjpeg-turbo8 but get error: libjpeg-turbo8. I tried both ubunutu-latests and ubunutu-20.04
Ive tried using ubuntu-latest and ubuntu-20.04. Tried installing libjpeg8, libjpeg-turbo8, libjpeg62-turbo, libjpeg62-turbo-dev. Non of these work, either github actions is unable to install it: has no installation candidate; or installed package does not have libjpeg.so.8 in it.