mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
CI: Relax rate limit to 30/1
(#1209)
`100/1` slows CI down to a snail when getting rate limited by GitHub. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
5acfda9379
commit
c11261b88f
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -12,7 +12,7 @@ use-auditable := env_var_or_default("JUST_USE_AUDITABLE", "")
|
|||
timings := env_var_or_default("JUST_TIMINGS", "")
|
||||
|
||||
export BINSTALL_LOG_LEVEL := if env_var_or_default("RUNNER_DEBUG", "0") == "1" { "debug" } else { "info" }
|
||||
export BINSTALL_RATE_LIMIT := "100/1"
|
||||
export BINSTALL_RATE_LIMIT := "30/1"
|
||||
|
||||
cargo := if use-cargo-zigbuild != "" { "cargo-zigbuild" } else if use-cross != "" { "cross" } else { "cargo" }
|
||||
export CARGO := cargo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue