From 7836a6c39ce45c0964ff42ddd93b522b9ed57646 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Thu, 16 Jan 2025 16:45:43 -0800 Subject: [PATCH] fix syntax --- .github/workflows/coveralls.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 24de44fe..98214bd5 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install + - name: Install Perl - uses: shogo82148/actions-setup-perl@v1 with: perl-version: 5.38 @@ -17,8 +17,9 @@ jobs: - 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 .