mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-24 05:40:15 +00:00
The existing `build-libghostty-vt-windows` job builds libghostty-vt with the MSVC ABI. The Win32 apprt (discussion #2563) will target the GNU ABI, so add a parallel job that exercises the GNU-ABI path to catch bitrot. The job runs `zig build -Dtarget=native-native-gnu -Dapp-runtime=none` which produces ghostty-vt.dll and ghostty-internal.dll without requiring a platform-specific apprt.