chore(gitlab-ci): add locale debugging prints to backend-dependencies contd

This commit is contained in:
Sarah Vaupel 2024-07-04 04:08:56 +02:00
parent fff0478b2e
commit f892711da7

View File

@ -98,8 +98,9 @@ backend dependencies:
- .stack
- .stack-work
script:
- cat /etc/locale.conf
- echo ${LC_ALL} ${LANG}
- cat /etc/default/locale
- cat /etc/locale.conf
- make backend-dependencies
before_script: *nix-before
artifacts: