Skip to content

Commit 533343d

Browse files
committed
GitHub Action: use cpm in matrix
1 parent 0902418 commit 533343d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multiperl-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: tar zxvf Dist-To-Test.tar.gz
7676
- name: Install dependencies
7777
working-directory: ./Dist-To-Test
78-
run: cpanm --installdeps --notest .
78+
run: cpm install
7979
- name: Makefile.PL
8080
working-directory: ./Dist-To-Test
8181
run: perl Makefile.PL

0 commit comments

Comments
 (0)