Skip to content

Commit f0f8534

Browse files
committed
Set LC_ALL=C.utf8, since LC_ALL=C doesn't make grep -P work
1 parent 5df0576 commit f0f8534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Check how many tests failed
104104
if: steps.nextest.outcome == 'failure'
105105
env:
106-
LC_ALL: C
106+
LC_ALL: C.utf8
107107
# FIXME: Change to 15 after verifying that the last step can fail.
108108
# See https://github.com/GitoxideLabs/gitoxide/issues/1358.
109109
EXPECTED_FAILURE_COUNT: 13

0 commit comments

Comments
 (0)