ci: Use cargo's sparse registry format

This commit is contained in:
Jonas Platte 2023-04-26 17:38:49 +02:00
parent 44393fe171
commit 1c88cef1a1
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: CI
env:
CARGO_TERM_COLOR: always
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
on:
push:

View File

@ -2,6 +2,7 @@ name: Dependencies
env:
CARGO_TERM_COLOR: always
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
on:
schedule: