Skip to content

Commit

Permalink
test: add sudo to locale-gen command
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed Apr 22, 2024
1 parent 965441a commit 8e206ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: test (different LOCALE)
if: runner.os == 'Linux'
run: |
locale-gen zh_CN.UTF-8
sudo locale-gen zh_CN.UTF-8
LC_ALL='zh_CN.UTF-8' make test
Expand Down

0 comments on commit 8e206ec

Please sign in to comment.