From b0192cefff83f720b0747a00a4e133273866f3c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 25 Feb 2020 12:32:32 +0100 Subject: ci: make sure en_US.UTF-8 locale is available on Debian --- .builds/debian.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.builds/debian.yml b/.builds/debian.yml index 249444a..8d8da67 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -10,6 +10,9 @@ packages: sources: - https://github.com/martanne/vis tasks: + - locale: | + sudo sh -c 'echo en_US.UTF-8 UTF-8 > /etc/locale.gen' + sudo locale-gen - build: | cd vis ./configure -- cgit v1.2.3