Skip to content

Commit 4e56955

Browse files
committed
Don't install develop deps on macOS
1 parent d152136 commit 4e56955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
uses: perl-actions/install-with-cpm@v1.3
130130
with:
131131
cpanfile: "cpanfile"
132-
args: "--with-develop --with-recommends --with-suggests --with-test"
132+
args: "--with-recommends --with-suggests --with-test"
133133
sudo: false
134134
- run: prove -l t xt
135135
env:

0 commit comments

Comments
 (0)