Skip to content

Commit

Permalink
Use a GitHub action to install Perl modules
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Sep 13, 2020
1 parent 9da4fd8 commit 368cb2b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,16 @@ jobs:
run: uname -a
- name: Perl version check
run: perl -V
- name: Prepare cpan
run: |
openssl version
cpan IO::Socket::SSL
cpan ExtUtils::MakeMaker
cpan App::a2p App::find2perl Make MIME::Parser
- name: Install
run: cpan .
- name: install cpanm and multiple modules
uses: perl-actions/install-with-cpanm@v1.1
with:
install: |
IO::Socket::SSL
ExtUtils::MakeMaker
App::a2p
App::find2perl
Make
MIME::Parser
- name: Run tests
run: |
perl Makefile.PL
Expand Down

0 comments on commit 368cb2b

Please sign in to comment.