Skip to content

Commit 7d03883

Browse files
committed
Try to reconfigure locales
1 parent f148a7c commit 7d03883

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr_checker_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Get source code
3434
uses: actions/checkout@v4
3535

36+
- name: Install locales
37+
run: sudo dpkg-reconfigure locales
38+
3639
- name: Set up Python
3740
uses: actions/setup-python@v4
3841
with:

0 commit comments

Comments
 (0)