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:
|
||||
CARGO_TERM_COLOR: always
|
||||
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
|
||||
|
||||
on:
|
||||
push:
|
||||
|
1
.github/workflows/deps.yml
vendored
1
.github/workflows/deps.yml
vendored
@ -2,6 +2,7 @@ name: Dependencies
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
Loading…
x
Reference in New Issue
Block a user