Skip to content

Commit bdb5f70

Browse files
committed
Install CGI Perl package
1 parent c78a4b3 commit bdb5f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perl_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
perl-version: ${{ matrix.perl-version }}
2525

2626
- name: Install dependencies
27-
run: cpanm --installdeps .
27+
run: apt install libcgi-pm-perl
2828

2929
- name: Check syntax
3030
run: for f in `find . -name "*.pm" -o -name "pg_format" -o -name "*.pl" -o -name "*.t"`; do perl -I./lib/ -wc $f; done

0 commit comments

Comments
 (0)