File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 35
35
perl-version : ${{ matrix.perl-version }}
36
36
- name : " Create perl fingerprint file"
37
37
run : perl -MConfig -wE 'say for sprintf("%vd", $^V), Config::bincompat_options' > perl-fingerprint
38
+ shell : bash
38
39
- name : " Cache CPAN fragments"
39
40
uses : actions/cache@v3
40
41
with :
50
51
key : xlocal-lib-${{ matrix.os }}-${{ hashFiles('perl-fingerprint', 'Makefile_PL_settings*.plx') }}
51
52
- name : " Activate local lib directory"
52
53
run : echo 'PERL5LIB=${{ github.workspace }}/${{ env.locallib }}/lib/perl5' >> $GITHUB_ENV
54
+ shell : bash
53
55
- run : cpanm --mirror "file://${{ github.workspace }}/${{ env.cachepan }}" --mirror https://www.cpan.org/ --save-dist "${{ github.workspace }}/${{ env.cachepan }}" -l "${{ env.locallib }}" --notest ExtUtils::MakeMaker
54
56
- run : cpanm --mirror "file://${{ github.workspace }}/${{ env.cachepan }}" --mirror https://www.cpan.org/ --save-dist "${{ github.workspace }}/${{ env.cachepan }}" -l "${{ env.locallib }}" --notest --installdeps --with-develop .
55
57
- run : perl Makefile.PL
Original file line number Diff line number Diff line change 35
35
perl-version : ${{ matrix.perl-version }}
36
36
- name : " Create perl fingerprint file"
37
37
run : perl -MConfig -wE 'say for sprintf("%vd", $^V), Config::bincompat_options' > perl-fingerprint
38
+ shell : bash
38
39
- name : " Cache CPAN fragments"
39
40
uses : actions/cache@v3
40
41
with :
50
51
key : xlocal-lib-${{ matrix.os }}-${{ hashFiles('perl-fingerprint', 'Makefile_PL_settings*.plx') }}
51
52
- name : " Activate local lib directory"
52
53
run : echo 'PERL5LIB=${{ github.workspace }}/${{ env.locallib }}/lib/perl5' >> $GITHUB_ENV
54
+ shell : bash
53
55
- run : cpanm --mirror "file://${{ github.workspace }}/${{ env.cachepan }}" --mirror https://www.cpan.org/ --save-dist "${{ github.workspace }}/${{ env.cachepan }}" -l "${{ env.locallib }}" --notest ExtUtils::MakeMaker
54
56
- run : cpanm --mirror "file://${{ github.workspace }}/${{ env.cachepan }}" --mirror https://www.cpan.org/ --save-dist "${{ github.workspace }}/${{ env.cachepan }}" -l "${{ env.locallib }}" --notest --installdeps --with-develop .
55
57
- run : perl Makefile.PL
You can’t perform that action at this time.
0 commit comments