We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fd795 commit b2fccf4Copy full SHA for b2fccf4
openblas-build/src/download.rs
@@ -30,5 +30,6 @@ fn get_agent() -> ureq::Agent {
30
.tls_connector(std::sync::Arc::new(
31
native_tls::TlsConnector::new().expect("failed to create TLS connector"),
32
))
33
+ .try_proxy_from_env(true)
34
.build()
35
}
0 commit comments