Fix caching

This commit is contained in:
Pierre Krieger 2017-07-25 10:16:46 +02:00
parent 3ccee6c2f1
commit 8f04d6d4d0

View file

@ -9,10 +9,10 @@ jobs:
steps:
- checkout
- restore_cache:
key: test-cache-{{ checksum "Cargo.lock" }}
key: test-cache-{{ checksum "Cargo.toml" }}
- run: cargo apk build --example window
- save_cache:
key: test-cache-{{ checksum "Cargo.lock" }}
key: test-cache-{{ checksum "Cargo.toml" }}
paths:
- target