From eed2799a186e455c8ee98c51c2655f159fab3a2e Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Sun, 5 May 2024 12:53:24 -0500 Subject: [PATCH] Try the install-with-cpanm without the sudo:false --- .github/workflows/testsuite.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index c35f3a4..57bc27c 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -29,7 +29,7 @@ jobs: with: cpanfile: "cpanfile" - name: Makefile.PL - run: perl -I$(pwd) Makefile.PL + run: perl Makefile.PL - name: make test run: make test @@ -58,7 +58,7 @@ jobs: - "5.26" - "5.24" - "5.22" - #- "5.20" + - "5.20" - "5.18" - "5.16" - "5.14" @@ -70,12 +70,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: perl -V + - name: Show Perl version run: perl -V - - name: Install Dependencies + - name: Install dependencies uses: perl-actions/install-with-cpanm@v1 with: - sudo: false cpanfile: "cpanfile" - run: perl Makefile.PL - run: make