mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 15:55:42 -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
|
- name: Install libraries and cpm
|
||||||
run: |
|
run: |
|
||||||
apt update && apt -y install libprotobuf-dev libprotoc-dev
|
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
|
- name: Install depedencies
|
||||||
run: |
|
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 --resolver 02packages,http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --cpanfile=./cpanfile
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
|
||||||
prove
|
prove
|
||||||
|
|
Loading…
Add table
Reference in a new issue