I was about to integrate Github Actions to one of my pet projects but the tests failed with:
convert-im6.q16: unable to read font `helvetica' @ error/annotate.c/RenderFreetype/1338.
In the project i was using ImageMagick convert
command directly as sub process and obviously some fonts where missing.
Makes sense because i used convert to add text to an image.