fixing CI
Test / build_and_test (push) Successful in 22s
Build / build (push) Successful in 31s

This commit is contained in:
2026-06-02 22:12:31 +02:00
parent 8cd40c40f0
commit 657bb38810
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ fn addMultithreadedCTS(b: *std.Build, target: std.Build.ResolvedTarget, impl: *c
run.addArg("--deqp");
run.addArg(cts_exe_path);
run.addArg("--caselist");
run.addArg(caselist_file_path);
run.addArg("./test.txt");
run.addArg("--output");
run.addArg("./cts");
if (jobs_count) |count| {