Skip to content

Commit

Permalink
adding local::lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoby committed Mar 13, 2024
1 parent 5834e45 commit fb49138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/perl_tests_ubuntu.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: run perl ubuntu
name: run tests on Linux and MacOS

on:
push:
Expand All @@ -17,6 +17,7 @@ jobs:
with:
submodules: recursive
- run: perl -V
- run: eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib=$HOME/perl5)"
- run: curl -kL http://cpanmin.us | perl - App::cpanminus
- run: cpanm --notest --installdeps --verbose .
- run: perl Makefile.PL
Expand Down

0 comments on commit fb49138

Please sign in to comment.