Skip to content

Commit 41ff043

Browse files
committed
Fix CI issue
1 parent d5f203f commit 41ff043

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testsuite.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v3
3030
- run: perl -V
31+
- run: cpm install -g --show-build-log-on-failure Module::Install
3132
- name: install dependencies from cpanfile.ci
3233
uses: perl-actions/install-with-cpm@stable
3334
with:
@@ -83,6 +84,7 @@ jobs:
8384
- run: perl -V
8485
- name: Install Dependencies
8586
run: |
87+
cpm install -g --show-build-log-on-failure Module::Install
8688
cpm install -g --show-build-log-on-failure --cpanfile cpanfile.ci
8789
cpm install -g --show-build-log-on-failure --cpanfile cpanfile
8890
- run: perl Makefile.PL

0 commit comments

Comments
 (0)