summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-07-29 10:52:25 +0200
committerBastien Nocera <hadess@hadess.net>2022-07-29 10:52:25 +0200
commit03792517d972c83d9582e092c12aabd700144698 (patch)
treeb22e81b10bf6b0bf10db3964fe924c4c1b86ee2b
parente994018174412480bf247110884ba53ab96a922c (diff)
downloadflatpak-wip/hadess/get-users-languages.tar.gz
ci: Set the locale under which to run testswip/hadess/get-users-languages
Rather than expecting a particular locale to already be set.
-rw-r--r--.github/workflows/check.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 891aa39b..32a40d8d 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -79,6 +79,7 @@ jobs:
run: make -C _build check -j $(getconf _NPROCESSORS_ONLN)
env:
ASAN_OPTIONS: detect_leaks=0 # Right now we're not fully clean, but this gets us use-after-free etc
+ LC_ALL: en_US.UTF-8
- name: Collect overall test logs on failure
if: failure()
run: mv _build/test-suite.log test-logs/ || true
@@ -145,6 +146,7 @@ jobs:
run: make -C _build check -j $(getconf _NPROCESSORS_ONLN)
env:
ASAN_OPTIONS: detect_leaks=0 # Right now we're not fully clean, but this gets us use-after-free etc
+ LC_ALL: en_US.UTF-8
- name: Collect overall test logs on failure
if: failure()
run: mv _build/test-suite.log test-logs/ || true