Skip to content

Commit 5a65b4d

Browse files
committed
workflow: install deps with setup-cpm + cpm install
1 parent c7f5873 commit 5a65b4d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dzil-build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
with:
110110
name: build_dir
111111
path: .
112-
- name: install deps using cpm
113-
uses: perl-actions/install-with-cpm@v1
112+
- uses: perl-actions/setup-cpm@v1
114113
with:
115-
cpanfile: "cpanfile"
116-
args: "--with-suggests --with-recommends --with-test"
114+
version: compat
115+
- name: install deps using cpm
116+
run: cpm install -g --cpanfile cpanfile --with-suggests --with-recommends --with-test
117117
- run: prove -lr t

0 commit comments

Comments
 (0)