Commit 5f7c0bd
authored
Fix/cachix pin no response - follow up (#4910)
#4906 introduced a fix for
the cachix flakiness we observe in CI. However, that PR missed a crucial
`|| true` at the end of `kup publish` that can be found, e.g., in the
respective fix added to mir-semantics:
https://github.com/runtimeverification/mir-semantics/pull/950/changes#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34R174
.
Without that fix, CI is still failing during release, see
https://github.com/runtimeverification/k/actions/runs/24207323412/job/70666525084
.1 parent 874a384 commit 5f7c0bd
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments