Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jan 17, 2025
1 parent d3f72ba commit 7836a6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install
- name: Install Perl
- uses: shogo82148/actions-setup-perl@v1
with:
perl-version: 5.38

- name: install Devel::Cover
uses: perl-actions/install-with-cpanm@v1
with:
install: "Devel::Cover"
sudo: true
install: |
Devel::Cover
- run: cpanm --installdeps -n -f Mail::SPF Mail::DMARC GeoIP2 ClamAV::Client Redis Time::TAI64
- run: cpanm --installdeps -n -f .
Expand Down

0 comments on commit 7836a6c

Please sign in to comment.