Skip to content

Commit

Permalink
use gh action for isntalling modules
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Aug 29, 2024
1 parent dff160d commit bbeffc7
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 @@ -14,8 +14,11 @@ jobs:
- name: update-version
run: |
sed -i "s/^\\\$VERSION = '.*';/\\\$VERSION = '${GITHUB_REF_NAME}';/" lib/Test/MockModule.pm
- name: install deps
run: cpanm install Module::Build
- name: install cpanm and multiple modules
uses: perl-actions/install-with-cpanm@v1
with:
install: |
Module::Build
- name: Configure
run: perl Build.PL
- name: install more deps
Expand Down

0 comments on commit bbeffc7

Please sign in to comment.