Commit d92e1c2
committed
HACK: drop invalid cached artifact
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 <johannes.schindelin@gmx.de>1 parent 1fdde1d commit d92e1c2
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
0 commit comments