Skip to content

Commit 4fda267

Browse files
committed
ci: don't use unicode on the main branch
1 parent 01343e2 commit 4fda267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
with:
2222
version: master
2323
- name: Build and test
24-
run: zig build test -Dunicode
24+
run: zig build test
2525

0 commit comments

Comments
 (0)