You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <mha1993@live.de>
0 commit comments