File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,13 @@ jobs:
4949 curl libssl-dev zlib1g-dev openssl \
5050 libexpat-dev cmake git libcairo-dev \
5151 unzip wget
52- - name : cpm install
52+ - name : Run Makefile.PL
5353 run : |
5454 perl Makefile.PL
5555 cpanm --notest --quiet --local-lib="$GITHUB_WORKSPACE/.github/cpm/lib/perl5" Module::CPANfile
5656 make cpanfile GEN_CPANFILE_ARGS='-A -U oracle'
57+ - name : cpm install
58+ run : |
5759 perl -I"$GITHUB_WORKSPACE/.github/cpm/lib/perl5" "$GITHUB_WORKSPACE/.github/cpm/bin/cpm" install \
5860 && tar -C "$GITHUB_WORKSPACE" \
5961 --exclude 'local/cache/*' \
6567 with :
6668 name : ubuntu-24.04-local-lib.tar.gz
6769 path : local-lib.tar.gz
68- - name : Run Makefile.PL
69- run : ' perl Makefile.PL'
7070 - name : Run checksetup
7171 run : ' perl checksetup.pl --no-database --default-localconfig --no-templates'
7272 - name : Run tests
You can’t perform that action at this time.
0 commit comments