sudo required

This commit is contained in:
Damien Elmes 2020-03-09 19:22:15 +10:00
parent aedb2d0d4a
commit c428541e06

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=""