mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 10:35:41 -04:00
setup local::lib properly
This commit is contained in:
parent
13c1b167f9
commit
c8ed8f00ab
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -22,10 +22,14 @@ jobs:
|
|||
- name: Install libraries and cpm
|
||||
run: |
|
||||
apt update && apt -y install libprotobuf-dev libprotoc-dev
|
||||
cpanm install --mirror http://cpanproxy/ --mirror-only App::cpm
|
||||
cpanm local::lib
|
||||
eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
|
||||
cpanm --mirror http://cpanproxy/ --mirror-only 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
|
||||
- name: Run tests
|
||||
run: |
|
||||
eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
|
||||
prove
|
||||
|
|
Loading…
Add table
Reference in a new issue