Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Install libsnappy-dev in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mhchia committed Jun 8, 2019
1 parent 82f8c03 commit 47d34d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ cmake: &cmake
- restore_cache:
keys:
- cache-v1-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
- run:
name: install libsnappy-dev
command: sudo apt install -y libsnappy-dev
- run:
name: install cmake
command: sudo apt-get update && sudo apt-get install -y gcc g++ cmake
Expand Down

0 comments on commit 47d34d6

Please sign in to comment.