add required --classic

This commit is contained in:
Damien Elmes 2020-03-09 19:25:03 +10:00
parent c428541e06
commit 4465d65bd5

View file

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