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
Previously, this Action did not detect when the `.zip` file was
downloaded incompletely. This actually happened, and the test fails
because of it: there are files missing, resulting in unexpected output.
A PR was merged in the meantime that should address this by detecting
the failed download and trying again.
However, the cached artifact still is there, and still causes problems.
Let's ignore the known-bad cached artifact, as identified by the key
`git-sdk-64-minimal-71789`.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments