Skip to content

Commit

Permalink
install deps of module::build with cpanm
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Aug 29, 2024
1 parent ed73bdb commit dff160d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cpan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
sed -i "s/^\\\$VERSION = '.*';/\\\$VERSION = '${GITHUB_REF_NAME}';/" lib/Test/MockModule.pm
- name: install deps
run: PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install My::Module'
run: cpanm install Module::Build
- name: Configure
run: perl Build.PL
- name: install more deps
Expand Down

0 comments on commit dff160d

Please sign in to comment.