mirror of
https://github.com/verilator/verilator.git
synced 2024-12-29 10:47:34 +00:00
Github actions: Avoid cpan cert expirations.
This commit is contained in:
parent
42283150d7
commit
9a27004ae5
@ -19,6 +19,9 @@ set -x
|
||||
|
||||
cd $(dirname "$0")/..
|
||||
|
||||
# Avoid occasional cpan failures "Issued certificate has expired."
|
||||
export PERL_LWP_SSL_VERIFY_HOSTNAME=0
|
||||
|
||||
fatal() {
|
||||
echo "ERROR: $(basename "$0"): $1" >&2; exit 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user