Skip to content

Commit

Permalink
Try the install-with-cpanm without the sudo:false
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed May 5, 2024
1 parent 4666ca7 commit eed2799
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- "5.26"
- "5.24"
- "5.22"
#- "5.20"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
Expand All @@ -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
Expand Down

0 comments on commit eed2799

Please sign in to comment.