Skip to content

Commit

Permalink
Generate locale?
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke committed Oct 17, 2024
1 parent b102d75 commit 09f6150
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dreamberd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:
run: |
pip install "dreamberd[input] @ git+https://github.com/JanEricNitschke/dreamberd-interpreter.git"
pip install pynput
locale -a
sudo locale-gen de_DE.UTF-8
export LC_ALL=de_DE.UTF-8
export LANG=de_DE.UTF-8
export LC_CTYPE=de_DE.UTF-8
export PYTHONUNBUFFERED=1
- name: Run
run: |
python -c "import locale; print(locale.getlocale()[0]); locale.setlocale(locale.LC_ALL, locale.getlocale()[0]); print(locale.localeconv())"
Expand Down

0 comments on commit 09f6150

Please sign in to comment.