actions-rs / meta

🦀 GitHub Actions for Rust - recipes, discussions, questions and ideas
https://github.com/actions-rs
Creative Commons Zero v1.0 Universal
353 stars 15 forks source link

Cargo Fails to Download a Random Crate #42

Open gluax opened 3 years ago

gluax commented 3 years ago

Discussed in https://github.com/actions-rs/meta/discussions/41

Originally posted by **gluax** July 9, 2021 Hey all. Has anyone else been having an issue with cargo from action-rs? Our pipelines will fail at random depending on whether cargo successfully downloads all crate dependencies. The dependency it fails on is random each time, and our circle ci instances have no issues fetching all dependencies. This has been happening a lot recently, and it's blocking us.

Bringing to an issue, since I see other repo's facing the same issue.

gluax commented 3 years ago

@svartalf any assistance please this has been an ongoing issue.

gluax commented 3 years ago

Seems to be a cargo nightly issue.