Skip to content

Commit 561c697

Browse files
committed
Remove install step
1 parent 1642c7c commit 561c697

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.zig

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ pub fn build(b: *std.Build) void {
3737
} else {
3838
zstbi.link_libc = true;
3939
}
40-
b.installArtifact(zstbi);
4140

4241
const test_step = b.step("test", "Run zstbi tests");
4342

0 commit comments

Comments
 (0)