try the ripgrep snap

This commit is contained in:
Damien Elmes 2020-03-09 19:09:13 +10:00
parent 722fe70632
commit aedb2d0d4a

View file

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