Skip to content

Commit e5a9c77

Browse files
committed
tell cpanm exactly which modules to install
1 parent 15744b4 commit e5a9c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fi
6969
7070
- name: Install Perl Dependencies
71-
run: cpanm --installdeps .
71+
run: cpanm --notest Inline Test::Exception ExtUtils::Constant
7272

7373
- name: Build and Test
7474
run: |

0 commit comments

Comments
 (0)