mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
try the ripgrep snap
This commit is contained in:
parent
722fe70632
commit
aedb2d0d4a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
|
@ -20,7 +20,8 @@ jobs:
|
||||||
- name: Run checks
|
- name: Run checks
|
||||||
run: |
|
run: |
|
||||||
# add requirements
|
# 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 CARGO_TARGET_DIR=~/target
|
||||||
export RSPY_TARGET_DIR=~/target
|
export RSPY_TARGET_DIR=~/target
|
||||||
make check build BUILDFLAGS=""
|
make check build BUILDFLAGS=""
|
||||||
|
|
Loading…
Reference in a new issue