sqlite dependency

pull/11/head
phiresky 5 years ago
parent c89d1cc8b0
commit 29682fd58b

@ -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:

@ -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

Loading…
Cancel
Save