mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
Fix caching
This commit is contained in:
parent
3ccee6c2f1
commit
8f04d6d4d0
|
@ -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…
Reference in a new issue