fixed tests
Some checks failed
CI / build-test-release (push) Failing after 15m1s

This commit is contained in:
Jorijn van der Graaf 2026-04-30 02:35:59 +02:00
commit f90c633898
6 changed files with 9 additions and 10 deletions

View file

@ -44,7 +44,7 @@ int main() {
return 1;
}
fs::path artifact = work / "bin" / "aarch-hello-aarch64-linux-gnu-armv8-a" / "aarch-hello";
fs::path artifact = cfg.BinDir() / "aarch-hello";
if (!fs::exists(artifact)) {
std::println(std::cerr, "expected artifact missing at {}", artifact.string());
return 1;