Skip to content

Commit b05ae27

Browse files
committed
More CI fixes
1 parent 41ff043 commit b05ae27

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/testsuite.yml

-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v3
3030
- run: perl -V
31-
- run: cpm install -g --show-build-log-on-failure Module::Install
3231
- name: install dependencies from cpanfile.ci
3332
uses: perl-actions/install-with-cpm@stable
3433
with:
@@ -84,7 +83,6 @@ jobs:
8483
- run: perl -V
8584
- name: Install Dependencies
8685
run: |
87-
cpm install -g --show-build-log-on-failure Module::Install
8886
cpm install -g --show-build-log-on-failure --cpanfile cpanfile.ci
8987
cpm install -g --show-build-log-on-failure --cpanfile cpanfile
9088
- run: perl Makefile.PL

cpanfile.ci

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
# outside of Dist::Zilla vision
33

44
requires "Devel::AssertOS" => "0";
5+
requires "Module::Install" => "1.21";
56

0 commit comments

Comments
 (0)