File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525
2626 env :
2727 cachepan : cachepan
28- locallib : local
28+ locallib : cachelocal
2929
3030 steps :
3131 - uses : actions/checkout@v3
4747 uses : actions/cache@v3
4848 with :
4949 path : ${{ env.locallib }}
50- key : local -lib-${{ matrix.os }}-${{ hashFiles('perl-fingerprint', 'Makefile_PL_settings*.plx') }}
50+ key : xlocal -lib-${{ matrix.os }}-${{ hashFiles('perl-fingerprint', 'Makefile_PL_settings*.plx') }}
5151 - 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
5252 - 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 .
5353 - run : perl Makefile.PL
Original file line number Diff line number Diff line change 2525
2626 env :
2727 cachepan : cachepan
28- locallib : local
28+ locallib : cachelocal
2929
3030 steps :
3131 - uses : actions/checkout@v3
4747 uses : actions/cache@v3
4848 with :
4949 path : ${{ env.locallib }}
50- key : local -lib-${{ matrix.os }}-${{ hashFiles('perl-fingerprint', 'Makefile_PL_settings*.plx') }}
50+ key : xlocal -lib-${{ matrix.os }}-${{ hashFiles('perl-fingerprint', 'Makefile_PL_settings*.plx') }}
5151 - 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
5252 - 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 .
5353 - run : perl Makefile.PL
You can’t perform that action at this time.
0 commit comments