mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Fix caching
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user