diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 20:30:34 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 20:30:34 -0700 |
commit | 3b95f008cf8309827af9fdfdfd0a4701631943dd (patch) | |
tree | 28606bc2f8a5bb3eacab57847497f45177188735 | |
parent | db81220ff8cb2db1702b531e18e6db8d493a572a (diff) | |
download | fatcat-3b95f008cf8309827af9fdfdfd0a4701631943dd.tar.gz fatcat-3b95f008cf8309827af9fdfdfd0a4701631943dd.zip |
fix typo in gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |