1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 00:25:40 -04:00

setup local::lib properly

This commit is contained in:
Ryan Voots 2020-10-30 01:25:37 -07:00 committed by GitHub
parent 13c1b167f9
commit c8ed8f00ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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