mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
Analysis workflow, fix spelling for Pod.
This commit is contained in:
parent
320e6ad462
commit
db917945a3
1 changed files with 3 additions and 2 deletions
5
.github/workflows/analysis_ports.yml
vendored
5
.github/workflows/analysis_ports.yml
vendored
|
|
@ -249,8 +249,9 @@ jobs:
|
|||
export prepath=`pwd`
|
||||
echo prepath=${prepath}
|
||||
echo "curl cpanm"
|
||||
curl -L https://cpanmin.us/ -o cpanm
|
||||
perl cpanm POD::Usage
|
||||
curl -L -k -s -S -o cpanm https://cpanmin.us/
|
||||
echo "perl cpanm Pod::Usage"
|
||||
perl cpanm Pod::Usage
|
||||
mkdir openssl
|
||||
echo "curl openssl"
|
||||
curl -L -k -s -S -o openssl-1.1.1j.tar.gz https://www.openssl.org/source/openssl-1.1.1j.tar.gz
|
||||
|
|
|
|||
Loading…
Reference in a new issue