在我的管道中,我有以下步骤:运行:ubuntu-latest ... - 名称:安装其他软件包#图形:transfig gnuplot inkscape#pdf实用程序:poppler-utils(
在我的管道中我有以下步骤:
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 inkscape poppler-utils libcapture-tiny-perl
- name: install perl modules
run: |
sudo cpan App::cpanminus
sudo cpanm Cwd File::Spec::Functions Capture::Tiny DateTime DateTime::Format::ISO8601
第一步运行 30 秒,而第二步有时需要 3-4 分钟。我想知道在 ubuntu 上是否可以通过 apt-get 获得模块,或者还有其他方法可以加速...缓存?
CI:如何加快安装 perl 模块的速度
下载声明:
本站所有软件和资料均为软件作者提供或网友推荐发布而来,仅供学习和研究使用,不得用于任何商业用途。如本站不慎侵犯你的版权请联系我,我将及时处理,并撤下相关内容!