mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 22:10:29 +00:00
ci: don't run gtk tests in CI
This commit is contained in:
@@ -25,7 +25,7 @@ pub const surface = @import("apprt/surface.zig");
|
||||
/// Window or something.
|
||||
pub const runtime = switch (build_config.artifact) {
|
||||
.exe => switch (build_config.app_runtime) {
|
||||
.none => @compileError("exe with no runtime not allowed"),
|
||||
.none => struct {},
|
||||
.glfw => glfw,
|
||||
.gtk => gtk,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user