Files
kappa/.gitea/workflows
huntedbytheirs 4a8b87e2cd
CI / build-and-test (push) Failing after 33s
fix: use find instead of ls for clang detection in CI
ls returns exit code 2 when glob has no matches, which fails the
build step under set -e + pipefail. find returns 0 even when no
files are found.
2026-08-04 14:22:46 -04:00
..