mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Fix caching
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user