Skip to content

Commit 8e206ec

Browse files
committed
test: add sudo to locale-gen command
1 parent 965441a commit 8e206ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: test (different LOCALE)
5050
if: runner.os == 'Linux'
5151
run: |
52-
locale-gen zh_CN.UTF-8
52+
sudo locale-gen zh_CN.UTF-8
5353
LC_ALL='zh_CN.UTF-8' make test
5454
5555

0 commit comments

Comments
 (0)