Fix caching
This commit is contained in:
parent
3ccee6c2f1
commit
8f04d6d4d0
1 changed files with 2 additions and 2 deletions
|
|
@ -9,10 +9,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: test-cache-{{ checksum "Cargo.lock" }}
|
key: test-cache-{{ checksum "Cargo.toml" }}
|
||||||
- run: cargo apk build --example window
|
- run: cargo apk build --example window
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: test-cache-{{ checksum "Cargo.lock" }}
|
key: test-cache-{{ checksum "Cargo.toml" }}
|
||||||
paths:
|
paths:
|
||||||
- target
|
- target
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue