Skip to content

Commit 1313ed9

Browse files
committed
fix(ci): mssing snes-fastrom example
1 parent b1e16b7 commit 1313ed9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -990,6 +990,7 @@ pub fn build(b: *std.Build) void {
990990
const exe = addSnesExe(b, sdk_src, sdk_libs.snes orelse @panic("snes libs not built"), optimize, "snes-pi-fastrom", "snes/pi-snes/pi-snes.zig", .{ .fastrom = true, .title = "ZIG PI FASTROM" });
991991
const install = b.addInstallArtifact(exe, .{ .dest_sub_path = "snes-pi-fastrom.sfc" });
992992
step.dependOn(&install.step);
993+
b.getInstallStep().dependOn(&install.step);
993994
run_bininfo.addFileArg(exe.getEmittedBin());
994995
}
995996

0 commit comments

Comments
 (0)