provide utf-8 locale to avoid silly build failure
This commit is contained in:
parent
6bff8291f1
commit
c17bac346f
1 changed files with 5 additions and 0 deletions
|
@ -94,4 +94,9 @@ install_pkgs () {
|
||||||
}
|
}
|
||||||
|
|
||||||
cabal update
|
cabal update
|
||||||
|
|
||||||
|
# Some packages fail to install in a non unicode locale.
|
||||||
|
LANG=C.UTF-8
|
||||||
|
export LANG
|
||||||
|
|
||||||
install_pkgs
|
install_pkgs
|
||||||
|
|
Loading…
Reference in a new issue