Use Cargo's sparse protocol

This commit is contained in:
2023-03-10 10:44:53 +01:00
parent 126d5026cd
commit 25bd6cc69d

View File

@@ -11,7 +11,8 @@ steps:
- name: cargo-cache
path: /cache/cargo
environment:
CARGO_HOME: /cache/cargo
CARGO_HOME: /cache/cargo
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
- name: test
image: rust:1.67
@@ -22,6 +23,7 @@ steps:
path: /cache/cargo
environment:
CARGO_HOME: /cache/cargo
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
depends_on:
- build