mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-23 10:26:34 +11:00
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:
|
||||
- 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue