sudo required

This commit is contained in:
Damien Elmes 2020-03-09 19:22:15 +10:00
parent 66cd0af8b3
commit d9ee5c11ef

View file

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