Commit b54d557
committed
init-g4w-sdk-for-pacman: fix caching
actions/cache/restore does a prefix match on the cache key to
restore. [1] This can lead to restoring a different cache than we expect.
In that case the cache-hit output is set to false, which further
disturbs our workflows, since a cache was restored, but the output
claims a cache miss.
To work around this, turn the makepkg suffix into an infix.
[1] actions/cache#1433 (comment)
Signed-off-by: Matthias Aßhauer <[email protected]>1 parent b0fe5fa commit b54d557
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments