Skip to content

Commit

Permalink
perlbrew?
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoby committed Mar 13, 2024
1 parent 31e8070 commit 500ee3f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/perl_tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
with:
submodules: recursive
- run: perl -V
- run: curl -L https://cpanmin.us | perl - --sudo App::cpanminus
- run: sudo cpanm --notest --installdeps --verbose .
- run: \curl -L https://install.perlbrew.pl | bash
- run: perlbrew install perl-5.38.2
- run: perlbrew switch perl-5.38.2
- run: cpan App::cpanminus
- run: cpanm --notest --installdeps --verbose .
- run: perl Makefile.PL
- run: make
- run: prove -wlvmb t
Expand Down

0 comments on commit 500ee3f

Please sign in to comment.