Jeffrey C. Ollie 0ce1342263 gtk: fix building on Debian 12
`std.debug.assert(x)` _is not_ the same as `if (!x) unreachable`
because the function call is not `inline`. Since it's not inline the
Zig compiler will try to compile any code that might otherwise be
unreachable.

Also, added a CI test that compiles Ghostty in a Debian 12 container to
ensure that regressions do not happen.
2025-02-15 16:53:53 -06:00
..
2023-09-28 10:42:38 -07:00
2025-01-30 13:58:17 -08:00
2025-02-15 16:53:53 -06:00