Files
kappa/.gitea/workflows
huntedbytheirs 71d2eadcb9
CI / build-and-test (push) Failing after 19s
fix: force clang-18 via LLVM script, prefer highest version
<llvm.sh 18 all> installs clang-18 with full C++23 support.
sort -V ensures the highest clang version is selected when
multiple are installed. Removes -stdlib=libc++ (clang-18
provides <format> via its own header, no flag needed).
2026-08-04 14:27:13 -04:00
..