Github actions: Avoid cpan cert expirations.
This commit is contained in:
parent
42283150d7
commit
9a27004ae5
|
|
@ -19,6 +19,9 @@ set -x
|
||||||
|
|
||||||
cd $(dirname "$0")/..
|
cd $(dirname "$0")/..
|
||||||
|
|
||||||
|
# Avoid occasional cpan failures "Issued certificate has expired."
|
||||||
|
export PERL_LWP_SSL_VERIFY_HOSTNAME=0
|
||||||
|
|
||||||
fatal() {
|
fatal() {
|
||||||
echo "ERROR: $(basename "$0"): $1" >&2; exit 1;
|
echo "ERROR: $(basename "$0"): $1" >&2; exit 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue