mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 10:35:41 -04:00
speed things up a bit more
This commit is contained in:
parent
c8ed8f00ab
commit
721504d407
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -24,11 +24,11 @@ jobs:
|
|||
apt update && apt -y install libprotobuf-dev libprotoc-dev
|
||||
cpanm local::lib
|
||||
eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
|
||||
cpanm --mirror http://cpanproxy/ --mirror-only App::cpm
|
||||
cpanm --mirror http://cpanproxy/ --mirror-only --notest App::cpm
|
||||
- name: Install depedencies
|
||||
run: |
|
||||
eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
|
||||
cpm install -v --resolver 02packages,http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --cpanfile=./cpanfile
|
||||
cpm install -v --no-test --resolver 02packages,http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --cpanfile=./cpanfile
|
||||
- name: Run tests
|
||||
run: |
|
||||
eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
|
||||
|
|
Loading…
Add table
Reference in a new issue