Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matu3ba committed Jan 6, 2025
1 parent bf2d157 commit db04ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub fn build(b: *std.Build) !void {
const native_target = b.resolveTargetQuery(native_target_query);
buildC(b, native_target, optimize, run_step);
buildCpp(b, native_target, optimize, run_step);
buildTex(b, run_step);
if (!no_opt_deps) buildTex(b, run_step);
buildZig(b, native_target, optimize, run_step);

testZig(b, native_target, optimize, run_step);
Expand Down

0 comments on commit db04ba9

Please sign in to comment.