mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 15:55:42 -04:00
found the problem
This commit is contained in:
parent
721504d407
commit
2e11d8bcc2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Install depedencies
|
- name: Install depedencies
|
||||||
run: |
|
run: |
|
||||||
eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
|
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
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
|
eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue