mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-06 11:54:19 +00:00
fix webdata build, run it in CI
This fixes our build for `-Demit-webdata`. Turns out we weren't running this in CI so this adds that there.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const std = @import("std");
|
||||
const Action = @import("../../cli/action.zig").Action;
|
||||
const Action = @import("../../cli/ghostty.zig").Action;
|
||||
const help_strings = @import("help_strings");
|
||||
|
||||
pub fn main() !void {
|
||||
|
||||
Reference in New Issue
Block a user