fix webdata build, run it in CI (#7921)

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:
Mitchell Hashimoto
2025-07-12 07:03:08 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -527,7 +527,7 @@ jobs:
run: nix develop -c zig build -Dapp-runtime=none test run: nix develop -c zig build -Dapp-runtime=none test
- name: Test GTK Build - name: Test GTK Build
run: nix develop -c zig build -Dapp-runtime=gtk -Demit-docs run: nix develop -c zig build -Dapp-runtime=gtk -Demit-docs -Demit-webdata
# This relies on the cache being populated by the commands above. # This relies on the cache being populated by the commands above.
- name: Test System Build - name: Test System Build

View File

@ -1,5 +1,5 @@
const std = @import("std"); const std = @import("std");
const Action = @import("../../cli/action.zig").Action; const Action = @import("../../cli/ghostty.zig").Action;
const help_strings = @import("help_strings"); const help_strings = @import("help_strings");
pub fn main() !void { pub fn main() !void {