Ubuntu – CI: how to speed up step installing perl modules
In my pipeline I have the following steps: runs-on: ubuntu-latest ... - name: install additional packages # graphics: transfig gnuplot inkscape # pdf utilities: poppler-utils (pdfinfo, pdftotext) # Perl modules Capture::Tiny in libcapture-tiny-perl run: sudo apt-get install -y transfig gnuplot…