Commit 0db4cb6
fix(ci): robust agda-stdlib registration in proofs.yml
The Agda job failed on ubuntu-24.04 with 'agda-stdlib .agda-lib not found':
the previous grep required the literal 'standard-library' in the .agda-lib
filename, but the Ubuntu package's filename is version-dependent. Match any
'*.agda-lib' from dpkg -L (with a /usr find fallback) and dump the file list on
failure for triage. Coq + Z3 jobs already pass on the runner.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 42b2001 commit 0db4cb6
1 file changed
Lines changed: 9 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
68 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments