Skip to content

Commit

Permalink
Going back to cpm because cpanm caused other warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 9, 2024
1 parent 7777110 commit f694cb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
uses: perl-actions/install-with-cpanm@stable
uses: perl-actions/install-with-cpm@stable
with:
cpanfile: "cpanfile"
- name: Makefile.PL
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
uses: perl-actions/install-with-cpanm@stable
uses: perl-actions/install-with-cpm@stable
with:
sudo: false
cpanfile: "cpanfile"
Expand All @@ -97,7 +97,7 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
uses: perl-actions/install-with-cpanm@stable
uses: perl-actions/install-with-cpm@stable
with:
sudo: false
cpanfile: "cpanfile"
Expand All @@ -118,7 +118,7 @@ jobs:
- name: perl -V
run: perl -V
- name: Install Dependencies
uses: perl-actions/install-with-cpanm@stable
uses: perl-actions/install-with-cpm@stable
with:
sudo: false
cpanfile: "cpanfile"
Expand Down

0 comments on commit f694cb7

Please sign in to comment.