Skip to content

Commit

Permalink
more correcter and fastererer
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Sep 28, 2021
1 parent 5ae6d39 commit ac05720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installation-openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
run: |
cpan App::cpanminus &&
mkdir /home/runner/templib &&
/home/runner/perl5/bin/cpanm -L /home/runner/templib --installdeps . &&
/home/runner/perl5/bin/cpanm --notest -L /home/runner/templib --installdeps . &&
export PERL5LIB=/home/runner/templib &&
perl Makefile.PL &&
make test &&
make dist &&
rm -rf /home/runner/templib &&
cpanm *.tar.gz
/home/runner/perl5/bin/cpanm *.tar.gz

0 comments on commit ac05720

Please sign in to comment.