Skip to content

Commit

Permalink
Install Module::Build before building
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed May 12, 2021
1 parent b7dd971 commit 5dba39d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/checkout@v2
- name: Setup Perl
uses: shogo82148/actions-setup-perl@v1
- name: Install Module::Build
run: cpanm Module::Build
- name: Package the Release
id: package
run: perl Build.PL && ./Build manifest && ./Build dist && echo "::set-output name=tarball::$(./Build tarball_name )"
Expand Down

0 comments on commit 5dba39d

Please sign in to comment.