Skip to content

Commit

Permalink
Use ru_RU.UTF-8 locale in Github Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
polybluez committed Jan 16, 2025
1 parent 5db93d4 commit a339315
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- name: Update Doom2D related inputs and populate environment variables
run: |
sudo timedatectl set-timezone Europe/Moscow
sudo locale-gen ru_RU.UTF-8
sudo update-locale LANG=ru_RU.UTF-8
bash ./game/bundle/scripts/mkEnv.bash
- name: Build debug APK
env:
Expand Down

0 comments on commit a339315

Please sign in to comment.