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

found the problem

This commit is contained in:
Ryan Voots 2020-10-30 01:43:56 -07:00 committed by GitHub
parent 721504d407
commit 2e11d8bcc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
- name: Install depedencies
run: |
eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
cpm install -v --no-test --resolver 02packages,http://cpanproxy/ --configure-timeout 180 --build-timeout 600 --cpanfile=./cpanfile
cpm install -g -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)"