aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-02-25 12:32:32 +0100
committerMarc André Tanner <mat@brain-dump.org>2020-02-25 12:32:32 +0100
commitb0192cefff83f720b0747a00a4e133273866f3c1 (patch)
treecb81af21564f3186591187b125778abe8b80b7eb
parent40c1030e5fd19cffb21cae4c2f88d19907105581 (diff)
downloadvis-b0192cefff83f720b0747a00a4e133273866f3c1.tar.gz
vis-b0192cefff83f720b0747a00a4e133273866f3c1.tar.xz
ci: make sure en_US.UTF-8 locale is available on Debian
-rw-r--r--.builds/debian.yml3
1 files changed, 3 insertions, 0 deletions
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