Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FGasper committed Jun 15, 2022
1 parent e494181 commit 630b316
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/perl.yml
Expand Up @@ -37,7 +37,6 @@ jobs:
- '5.14'
- '5.12'
- '5.10'
- '5.8'

container:
image: perldocker/perl-tester:${{ matrix.perl-version }}
Expand Down Expand Up @@ -82,7 +81,7 @@ jobs:
- run: perl -V
- run: apt update
- run: apt install -y curl
- run: cpanm --notest --installdeps .
- run: curl -L https://cpanmin.us | perl - --notest --installdeps .
- run: perl Makefile.PL
- run: make
- run: prove -wlvmb t
Expand Down

0 comments on commit 630b316

Please sign in to comment.