this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: install example artifact

+1
+1
build.zig
··· 38 38 }); 39 39 const run_cmd = b.addRunArtifact(exe); 40 40 run_cmd.step.dependOn(b.getInstallStep()); 41 + b.installArtifact(exe); 41 42 42 43 if (b.args) |args| { 43 44 run_cmd.addArgs(args);