Skip to content

Commit de532bf

Browse files
committed
circleci installs libsnappy before building
1 parent 5629de0 commit de532bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ common: &common
2424
- restore_cache:
2525
keys:
2626
- cache-v1-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
27+
- run:
28+
name: install libsnappy-dev
29+
command: sudo apt install -y libsnappy-dev
2730
- run:
2831
name: install dependencies
2932
command: pip install --user tox

0 commit comments

Comments
 (0)