Skip to content

Commit 6b729c2

Browse files
committed
install latest Scalar::Util
1 parent 187fd2f commit 6b729c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testsuite.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- name: perl -V
2323
run: perl -V
2424
- name: install dependencies
25-
run: cpanm -nq --with-configure --with-develop --with-suggests --installdeps .
25+
run: |
26+
cpanm -nq --with-configure --with-develop --with-suggests --installdeps .
27+
cpanm -nq Scalar::Util
2628
- name: Build.PL
2729
run: perl Build.PL
2830
- run: ./Build

0 commit comments

Comments
 (0)