Files
kappa/.gitea/workflows
huntedbytheirs 3302712336
CI / build-and-test (push) Failing after 34s
fix: correct C++ compiler naming in CI (clang++-16 not clang-16++)
Clang installs the C++ compiler as clang++-16, not clang-16++.
Use sed to properly transform the C compiler path.
2026-08-04 14:24:09 -04:00
..