We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4136421 commit dcc0c22Copy full SHA for dcc0c22
1 file changed
.github/workflows/perl_test.yml
@@ -24,6 +24,7 @@ jobs:
24
submodules: recursive
25
- run: perl -V
26
- run: cpanm --notest --installdeps --verbose .
27
+ - run: apt install -y libtext-csv-xs-perl
28
- run: perl Makefile.PL
29
- run: make
30
- run: make install
0 commit comments