Error installing artifact dependency

@bencherian I believe you’re experiencing the same issue as Julia 1.6 libcurl firewall download issue: Windows Schannel certificate revocation check failure, try setting

ENV["JULIA_SSL_NO_VERIFY_HOSTS"] = "github.com"

or the other solutions suggested there

4 Likes