ci: Use cargo's sparse registry format
This commit is contained in:
parent
44393fe171
commit
1c88cef1a1
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -2,6 +2,7 @@ name: CI
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
1
.github/workflows/deps.yml
vendored
1
.github/workflows/deps.yml
vendored
@ -2,6 +2,7 @@ name: Dependencies
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user