Skip to content

Commit dcc0c22

Browse files
committed
Add install of libtext-csv-xs-perl for CI test.
1 parent 4136421 commit dcc0c22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/perl_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
submodules: recursive
2525
- run: perl -V
2626
- run: cpanm --notest --installdeps --verbose .
27+
- run: apt install -y libtext-csv-xs-perl
2728
- run: perl Makefile.PL
2829
- run: make
2930
- run: make install

0 commit comments

Comments
 (0)