mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-20 05:32:54 -05:00
Analysis workflow, fixup perl for openssl.
This commit is contained in:
parent
563b047273
commit
bc271a2b14
1 changed files with 6 additions and 2 deletions
8
.github/workflows/analysis_ports.yml
vendored
8
.github/workflows/analysis_ports.yml
vendored
|
|
@ -228,8 +228,12 @@ jobs:
|
|||
ls -l '/c/Strawberry/perl/lib' || echo nevermind
|
||||
echo '/c/Strawberry/perl/site'
|
||||
ls -l '/c/Strawberry/perl/site' || echo nevermind
|
||||
echo '/c/Strawberry/perl/share'
|
||||
ls -l '/c/Strawberry/perl/share' || echo nevermind
|
||||
echo '/c/Strawberry/perl/site/lib'
|
||||
ls -l '/c/Strawberry/perl/site/lib' || echo nevermind
|
||||
echo '/c/Strawberry/perl/vendor'
|
||||
ls -l '/c/Strawberry/perl/vendor' || echo nevermind
|
||||
echo PERLLIB="$PERLLIB"
|
||||
echo PERL5LIB="$PERL5LIB"
|
||||
echo PATH="$PATH"
|
||||
export unboundpath=`pwd`
|
||||
echo unboundpath=${unboundpath}
|
||||
|
|
|
|||
Loading…
Reference in a new issue