CI: Also include cargo files in cache
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
c8206455f1
commit
c53f4efbc5
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ variables:
|
||||||
key: stable
|
key: stable
|
||||||
paths:
|
paths:
|
||||||
- target/
|
- target/
|
||||||
|
- ~/.cargo
|
||||||
|
|
||||||
.nightly:
|
.nightly:
|
||||||
image: rustlang/rust:nightly
|
image: rustlang/rust:nightly
|
||||||
|
@ -20,6 +21,7 @@ variables:
|
||||||
key: nightly
|
key: nightly
|
||||||
paths:
|
paths:
|
||||||
- target/
|
- target/
|
||||||
|
- ~/.cargo
|
||||||
|
|
||||||
.build:
|
.build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in a new issue