Commit 97f5d73
authored
fix(ci): correct cache key path for west manifest (#832)
hashFiles('manifest-dir/west.yml') never matched any file, so the cache
key was always identical regardless of ZMK version changes. This meant
upgrading the fork revision in config/west.yml would silently use stale
cached modules. Fix both Legacy and Clique job cache keys to point at
the actual manifest path.
Made-with: Cursor1 parent 962cb1d commit 97f5d73
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments