install ripgrep in CI

This commit is contained in:
Damien Elmes 2020-03-09 19:02:36 +10:00
parent 3d3fe17132
commit 5724c18ec1

View file

@ -20,7 +20,7 @@ jobs:
- name: Run checks
run: |
# add requirements
sudo apt update; sudo apt install portaudio19-dev gettext rename
sudo apt update; sudo apt install portaudio19-dev gettext rename ripgrep
export CARGO_TARGET_DIR=~/target
export RSPY_TARGET_DIR=~/target
make check build BUILDFLAGS=""