Skip to content

Commit

Permalink
install deps of module::build
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Aug 29, 2024
1 parent d64edc3 commit ed73bdb
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: cpan install Module::Build
run: PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install My::Module'
- name: Configure
run: perl Build.PL
- name: install more deps
Expand Down

0 comments on commit ed73bdb

Please sign in to comment.