Skip to content

Commit

Permalink
GitHub Action: use cpm in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jun 3, 2024
1 parent 0902418 commit 533343d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multiperl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: tar zxvf Dist-To-Test.tar.gz
- name: Install dependencies
working-directory: ./Dist-To-Test
run: cpanm --installdeps --notest .
run: cpm install
- name: Makefile.PL
working-directory: ./Dist-To-Test
run: perl Makefile.PL
Expand Down

0 comments on commit 533343d

Please sign in to comment.