mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
gtk: don't init gtk in builder_check zig because CI doesn't have a display
This commit is contained in:
@ -17,8 +17,6 @@ pub fn main() !void {
|
||||
};
|
||||
defer alloc.free(filename);
|
||||
|
||||
c.gtk_init();
|
||||
|
||||
const builder = c.gtk_builder_new_from_file(filename.ptr);
|
||||
defer c.g_object_unref(builder);
|
||||
}
|
||||
|
Reference in New Issue
Block a user