Skip to content

Commit

Permalink
ci: 5 retries for cargo (#6903)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam authored Dec 17, 2024
1 parent 5b04b45 commit 31179c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ rustdocflags = [
CC_x86_64_unknown_linux_musl = { value = ".cargo/musl-gcc", force = true, relative = true }
CXX_x86_64_unknown_linux_musl = { value = ".cargo/musl-g++", force = true, relative = true }
CARGO_WORKSPACE_ROOT_DIR = { value = "", relative = true }

[net]
retry = 5
# git-fetch-with-cli = true # commented because there is a risk that a runner can be banned by github

0 comments on commit 31179c4

Please sign in to comment.