From 85e0d8a4660cb0e5651250fb77b31190adc52b80 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Thu, 16 Jan 2025 16:50:12 -0800 Subject: [PATCH] fix syntax --- .github/workflows/coveralls.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 2f1f6cde..66ee924d 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -14,6 +14,8 @@ jobs: with: perl-version: 5.38 + - run: cpanm --installdeps -n -f Mail::SPF Mail::DMARC GeoIP2 + - name: install Devel::Cover uses: perl-actions/install-with-cpanm@v1 with: @@ -22,7 +24,7 @@ jobs: Devel::Cover Redis - - run: cpanm --installdeps -n -f Mail::SPF Mail::DMARC GeoIP2 ClamAV::Client Redis Time::TAI64 + - run: cpanm --installdeps -n -f ClamAV::Client Redis Time::TAI64 - run: cpanm --installdeps -n -f . - name: Run tests with coverage