mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
sudo required
This commit is contained in:
parent
aedb2d0d4a
commit
c428541e06
1 changed files with 1 additions and 1 deletions
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue