We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c78a4b3 commit bdb5f70Copy full SHA for bdb5f70
.github/workflows/perl_test.yml
@@ -24,7 +24,7 @@ jobs:
24
perl-version: ${{ matrix.perl-version }}
25
26
- name: Install dependencies
27
- run: cpanm --installdeps .
+ run: apt install libcgi-pm-perl
28
29
- name: Check syntax
30
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