Speedup pre-release CI runs (#1804)
This commit is contained in:
@@ -100,6 +100,11 @@ fn create_spinner(message: &str) -> ProgressBar {
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
// Install rustls crypto provider before any TLS operations
|
||||
rustls::crypto::aws_lc_rs::default_provider()
|
||||
.install_default()
|
||||
.expect("Failed to install rustls crypto provider");
|
||||
|
||||
let args = Args::parse();
|
||||
|
||||
// Initialize tracing
|
||||
|
||||
Reference in New Issue
Block a user