1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-21 08:13:17 +02:00

set lang for R<3.5

This commit is contained in:
github-actions[bot]
2025-07-17 22:58:34 +02:00
parent 68442f3042
commit 8da0f525b5

View File

@ -59,8 +59,15 @@ jobs:
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
LANG: en_US.UTF-8
LC_ALL: en_US.UTF-8
steps:
- name: Set up locales
run: |
sudo locale-gen en_US.UTF-8
sudo update-locale LANG=en_US.UTF-8
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2