ci(gitea): use cargo git registry index
CI / Build + Clippy + Test (pull_request) Failing after 55s
CI / Security audit (RUSTSEC) (pull_request) Failing after 1h57m35s
CI / Build + Clippy + Test (pull_request) Failing after 55s
CI / Security audit (RUSTSEC) (pull_request) Failing after 1h57m35s
This commit is contained in:
@@ -25,6 +25,10 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
# The self-hosted act_runner network can terminate index.crates.io with a
|
||||||
|
# certificate that does not match the sparse-index hostname. Use Cargo's git
|
||||||
|
# index path in CI; GitHub access is already required for the actions above.
|
||||||
|
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: git
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-test:
|
build-test:
|
||||||
|
|||||||
Reference in New Issue
Block a user