Skip to content

Commit

Permalink
be more explicit becasue build installdeps fails
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Aug 29, 2024
1 parent bbeffc7 commit f5bdcc8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-cpan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:
with:
install: |
Module::Build
Test::Warnings
Test::More
Carp
Scalar::Util
SUPER
- name: Configure
run: perl Build.PL
- name: install more deps
run: ./Build installdeps
- name: Test
run: ./Build test
- name: Build
Expand Down

0 comments on commit f5bdcc8

Please sign in to comment.