From 3b95f008cf8309827af9fdfdfd0a4701631943dd Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 9 Apr 2019 20:30:34 -0700 Subject: fix typo in gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90326c5b..4dc25d1a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,10 +41,10 @@ rust_build_release: image: "rust:1.32-stretch" variables: LC_ALL: "C.UTF-8" + LANG: "C.UTF-8" before_script: - apt update -qy - apt install -y python3-dev python3-pip python3-wheel python3-requests python3-six python3-pytest libsnappy-dev libsodium-dev - LANG: "C.UTF-8" script: - rustc --version && cargo --version - cd rust -- cgit v1.2.3