Commit 86ad90b
committed
Avoid faulty cached version
I just fixed a bug where the `minimal-sdk` was already using the latest
`git-sdk-64` revision, which is not necessarily the same as the desired
`head_sha` indicates.
However, the cache ID includes that `head_sha`, which means that all
cached artifacts are bogus that use a cache ID indicating desired
`git-sdk-64` revision. So let's ignore them.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent a7f0955 commit 86ad90b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments