Commit 6c01819
committed
fix(ci): unbreak Agda type-check install + Justfile heal duplicate
Two pre-existing failures left red on main after #220 merged:
- agda-meta-checker.yml: `cabal install Agda-2.7.0.1` aborts on a warm
~/.cabal cache with "Path '.../bin/agda' already exists"; add
--overwrite-policy=always so the install is idempotent. Until this lands
the Agda meta-checker never actually runs in CI.
- contractile.just defined a `heal` recipe that collides with the root
Justfile's `heal` across `import?`, so `just` aborts with a
duplicate-recipe error — breaking every `just` call incl. MVP Smoke's
`just mvp-env`. Drop the contractile copy; keep the richer root recipe
(and contractile's heal-provers).
https://claude.ai/code/session_01UAqDQaMwpUqWHUSZekGZWv1 parent 48504df commit 6c01819
2 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
200 | 197 | | |
201 | 198 | | |
202 | 199 | | |
| |||
0 commit comments