Skip to content

Commit

Permalink
trying another way to intstall cpanm
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoby committed Mar 13, 2024
1 parent 0f20ec7 commit 458bfaa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/perl_tests_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ jobs:
with:
submodules: recursive
- run: perl -V
- run: sudo cpan App::cpanminus
- run: which perl
- run: which cpan
- run: which cpanm
- run: curl -L https://cpanmin.us | perl - --sudo App::cpanminus
- run: cpanm --notest --installdeps --verbose .
- run: perl Makefile.PL
- run: make
Expand Down

0 comments on commit 458bfaa

Please sign in to comment.