You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): point Agda at agda-stdlib sources via -i (no .agda-lib on Ubuntu)
Ubuntu's agda-stdlib package installs the library SOURCES to
/usr/share/agda-stdlib/ but ships no .agda-lib manifest, so library registration
cannot work. Instead add the stdlib root (parent of Data/Nat.agda) to Agda's
include path with -i. Coq + Z3 jobs already pass on the runner.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments