Skip to content

Commit baa9e5e

Browse files
committed
ci: fix perl warnings in lint
1 parent e342ba3 commit baa9e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
just build
2323
2424
- name: Run lints
25-
run: just lint-ci
25+
run: LC_ALL=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 just lint-ci

0 commit comments

Comments
 (0)