ci: fix missing var name

This commit is contained in:
Mitchell Hashimoto
2025-09-23 06:45:00 -07:00
parent 52c0afcc93
commit 0bbe39fb0a

View File

@@ -735,7 +735,7 @@ jobs:
- name: Test
run: |
nix develop -c zig build -Di18n=${{ matrix.18n}}
nix develop -c zig build -Di18n=${{ matrix.i18n }}
zig-fmt:
if: github.repository == 'ghostty-org/ghostty'