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
|
||||
paths:
|
||||
- target/
|
||||
- ~/.cargo
|
||||
|
||||
.nightly:
|
||||
image: rustlang/rust:nightly
|
||||
|
@ -20,6 +21,7 @@ variables:
|
|||
key: nightly
|
||||
paths:
|
||||
- target/
|
||||
- ~/.cargo
|
||||
|
||||
.build:
|
||||
stage: build
|
||||
|
|
Loading…
Reference in a new issue