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 09f6150 commit 94daacc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dreamberd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +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: |
locale
python -c "import locale; print(locale.getlocale()[0]); locale.setlocale(locale.LC_ALL, locale.getlocale()[0]); print(locale.localeconv())"
python simulate_key_presses.py --win & dreamberd tictactoe.db
python simulate_key_presses.py --draw & dreamberd tictactoe.db

0 comments on commit 94daacc

Please sign in to comment.