diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 19:51:30 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-09 19:51:30 -0700 |
commit | dcfc1ac32c344fdb00d762b7b161e96578e4c71c (patch) | |
tree | 958e9ccfc7d0e4293efe9be1ecb6377cc1d84993 | |
parent | 1df4df190409b342e597b15b1d71044b80919955 (diff) | |
download | fatcat-dcfc1ac32c344fdb00d762b7b161e96578e4c71c.tar.gz fatcat-dcfc1ac32c344fdb00d762b7b161e96578e4c71c.zip |
try to fix tagged release gitlab CI builds
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d477949..90326c5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,6 +41,9 @@ rust_build_release: image: "rust:1.32-stretch" variables: LC_ALL: "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 |