diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-10 13:12:20 +0800 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-10 13:12:20 +0800 | 
| commit | 34bb4598b44797a260fa37cec7022fa4fbed452d (patch) | |
| tree | 4162724a040f79f62fbfdd4ac82139063c49a0ba | |
| parent | a0de3905cacb17468b649dbce5c3783f5fb4eacc (diff) | |
| download | fatcat-34bb4598b44797a260fa37cec7022fa4fbed452d.tar.gz fatcat-34bb4598b44797a260fa37cec7022fa4fbed452d.zip | |
need libsnappy-dev for CI
| -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 0752f568..19719230 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ unified_test:    before_script:      - cargo install diesel_cli --version 1.3.1      - apt update -qy -    - apt install -y python3-dev python3-pip python3-wheel +    - apt install -y python3-dev python3-pip python3-wheel libsnappy-dev      - pip3 install pipenv      - pipenv --version    script: | 
