sqlite dependency

This commit is contained in:
phiresky 2019-06-12 22:03:06 +02:00
parent c89d1cc8b0
commit 29682fd58b
2 changed files with 5 additions and 1 deletions

View File

@ -20,6 +20,10 @@ addons:
- liblz4-tool
# For building MUSL static builds on Linux.
- musl-tools
# rga specific
- pandoc
- poppler-utils
- sqlite3
matrix:
fast_finish: true
include:

View File

@ -25,7 +25,7 @@ similar:
rga should compile with stable Rust. To install it, simply run
```bash
apt install build-essential pandoc poppler-utils
apt install build-essential pandoc poppler-utils sqlite3
cargo install ripgrep_all
rga --help