Skip to content

Commit

Permalink
ci: don't use unicode on the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Jan 9, 2025
1 parent 01343e2 commit 4fda267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
with:
version: master
- name: Build and test
run: zig build test -Dunicode
run: zig build test

0 comments on commit 4fda267

Please sign in to comment.